#A2BBEB

Color #A2BBEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A2BBEB

Tints of Perano #A2BBEB

Color information

#A2BBEB (or 0xA2BBEB) is unknown color: approx Perano. HEX triplet: A2, BB and EB. RGB value is (162,187,235). Sum of RGB (Red+Green+Blue) = 162+187+235=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBEB is #5D4414. Grayscale: #B8B8B8. Windows color (decimal): -6112277 or 15448994. OLE color: 15448994.

HSL color Cylindrical-coordinate representation of color #A2BBEB: hue angle of 219.45º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BBEB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162187235-
CMYK0.310.2000.08
HSL219.45º64.6%77.84%-
HSV(B)219.45º31.06%92.16%-
XYZ47.6749.2285.59-
YUV185156.22111.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=27.74%
G=32.02%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621872350.310.2000.08219.4564.677.84
HexA2BBEB1F1408db414e
Octal2422733533724010333101116
Binary1010001010111011111010111111110100010001101101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBEB; }

 p { color: rgb(162,187,235); }

 H1.HeaderClassName
 {
   color: #A2BBEB;
 }
 .AnyTagClassName
 {
   color: #A2BBEB;
 }
</style>
background-color css

<style>
 a { background-color: #A2BBEB; }

 a { background-color: rgb(162,187,235); }

 div.DivClassName
 {
   background-color: #A2BBEB;
 }
 .BgClassName
 {
   background-color: #A2BBEB;
 }
</style>
border-color css

<style>
 span { border-color: #A2BBEB; }

 span { border-color: rgb(162,187,235); }

 td.TdClassName
 {
   border-color: #A2BBEB;
 }
 .TagClassName
 {
   border-color: #A2BBEB;
 }
</style>