#A2BBCF

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

Shades of Heather #A2BBCF

Tints of Heather #A2BBCF

Color information

#A2BBCF (or 0xA2BBCF) is unknown color: approx Heather. HEX triplet: A2, BB and CF. RGB value is (162,187,207). Sum of RGB (Red+Green+Blue) = 162+187+207=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCF is #5D4430. Grayscale: #B5B5B5. Windows color (decimal): -6112305 or 13613986. OLE color: 13613986.

HSL color Cylindrical-coordinate representation of color #A2BBCF: hue angle of 206.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BBCF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162187207-
CMYK0.220.1000.19
HSL206.67º31.91%72.35%-
HSV(B)206.67º21.74%81.18%-
XYZ43.9347.7365.93-
YUV181.8142.22113.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=29.14%
G=33.63%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621872070.220.1000.19206.6731.9172.35
HexA2BBCF16A013cf2048
Octal242273317261202331740110
Binary101000101011101111001111101101010010011110011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBCF; }

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

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

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

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

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

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

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

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