#A9BBCA

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

Shades of Heather #A9BBCA

Tints of Heather #A9BBCA

Color information

#A9BBCA (or 0xA9BBCA) is unknown color: approx Heather. HEX triplet: A9, BB and CA. RGB value is (169,187,202). Sum of RGB (Red+Green+Blue) = 169+187+202=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCA is #564435. Grayscale: #B7B7B7. Windows color (decimal): -5653558 or 13286313. OLE color: 13286313.

HSL color Cylindrical-coordinate representation of color #A9BBCA: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9BBCA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169187202-
CMYK0.160.0700.21
HSL207.27º23.74%72.75%-
HSV(B)207.27º16.34%79.22%-
XYZ44.7948.2462.83-
YUV183.33138.54117.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=30.29%
G=33.51%
B=36.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691872020.160.0700.21207.2723.7472.75
HexA9BBCA107015cf1849
Octal25127331220702531730111
Binary1010100110111011110010101000011101010111001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBCA; }

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

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

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

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

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

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

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

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