#A9C2CB

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

Shades of Heather #A9C2CB

Tints of Heather #A9C2CB

Color information

#A9C2CB (or 0xA9C2CB) is unknown color: approx Heather. HEX triplet: A9, C2 and CB. RGB value is (169,194,203). Sum of RGB (Red+Green+Blue) = 169+194+203=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2CB is #563D34. Grayscale: #BBBBBB. Windows color (decimal): -5651765 or 13353641. OLE color: 13353641.

HSL color Cylindrical-coordinate representation of color #A9C2CB: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9C2CB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169194203-
CMYK0.170.0400.20
HSL195.88º24.64%72.94%-
HSV(B)195.88º16.75%79.61%-
XYZ46.4351.3363.96-
YUV187.55136.72114.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=29.86%
G=34.28%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691942030.170.0400.20195.8824.6472.94
HexA9C2CB114014c41949
Octal25130231321402430431111
Binary1010100111000010110010111000110001010011000100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2CB; }

 p { color: rgb(169,194,203); }

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

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

 a { background-color: rgb(169,194,203); }

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

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

 span { border-color: rgb(169,194,203); }

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