#A2BBCA

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

Shades of Heather #A2BBCA

Tints of Heather #A2BBCA

Color information

#A2BBCA (or 0xA2BBCA) is unknown color: approx Heather. HEX triplet: A2, BB and CA. RGB value is (162,187,202). Sum of RGB (Red+Green+Blue) = 162+187+202=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCA is #5D4435. Grayscale: #B5B5B5. Windows color (decimal): -6112310 or 13286306. OLE color: 13286306.

HSL color Cylindrical-coordinate representation of color #A2BBCA: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BBCA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162187202-
CMYK0.200.0700.21
HSL202.5º27.4%71.37%-
HSV(B)202.5º19.8%79.22%-
XYZ43.3347.4962.76-
YUV181.24139.72114.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=29.40%
G=33.94%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621872020.200.0700.21202.527.471.37
HexA2BBCA147015ca1b47
Octal24227331224702531233107
Binary1010001010111011110010101010011101010111001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBCA; }

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

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

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

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

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

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

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

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