#A9BCCA

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

Shades of Heather #A9BCCA

Tints of Heather #A9BCCA

Color information

#A9BCCA (or 0xA9BCCA) is unknown color: approx Heather. HEX triplet: A9, BC and CA. RGB value is (169,188,202). Sum of RGB (Red+Green+Blue) = 169+188+202=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCCA is #564335. Grayscale: #B7B7B7. Windows color (decimal): -5653302 or 13286569. OLE color: 13286569.

HSL color Cylindrical-coordinate representation of color #A9BCCA: hue angle of 205.45º 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 #A9BCCA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169188202-
CMYK0.160.0700.21
HSL205.45º23.74%72.75%-
HSV(B)205.45º16.34%79.22%-
XYZ45.0148.6762.9-
YUV183.92138.21117.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=30.23%
G=33.63%
B=36.14%

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
Decimal1691882020.160.0700.21205.4523.7472.75
HexA9BCCA107015cd1849
Octal25127431220702531530111
Binary1010100110111100110010101000011101010111001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCCA; }

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

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

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

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

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

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

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

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