#AABCC9

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

Shades of Heather #AABCC9

Tints of Heather #AABCC9

Color information

#AABCC9 (or 0xAABCC9) is unknown color: approx Heather. HEX triplet: AA, BC and C9. RGB value is (170,188,201). Sum of RGB (Red+Green+Blue) = 170+188+201=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC9 is #554336. Grayscale: #B8B8B8. Windows color (decimal): -5587767 or 13221034. OLE color: 13221034.

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

Color convert

RGB170188201-
CMYK0.150.0600.21
HSL205.16º22.3%72.75%-
HSV(B)205.16º15.42%78.82%-
XYZ45.148.7362.29-
YUV184.1137.54117.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=30.41%
G=33.63%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701882010.150.0600.21205.1622.372.75
HexAABCC9F6015cd1649
Octal25227431117602531526111
Binary101010101011110011001001111111001010111001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCC9; }

 p { color: rgb(170,188,201); }

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

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

 a { background-color: rgb(170,188,201); }

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

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

 span { border-color: rgb(170,188,201); }

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