#AABBC9

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

Shades of Heather #AABBC9

Tints of Heather #AABBC9

Color information

#AABBC9 (or 0xAABBC9) is unknown color: approx Heather. HEX triplet: AA, BB and C9. RGB value is (170,187,201). Sum of RGB (Red+Green+Blue) = 170+187+201=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC9 is #554436. Grayscale: #B7B7B7. Windows color (decimal): -5588023 or 13220778. OLE color: 13220778.

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

Color convert

RGB170187201-
CMYK0.150.0700.21
HSL207.1º22.3%72.75%-
HSV(B)207.1º15.42%78.82%-
XYZ44.8948.362.22-
YUV183.51137.87118.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=30.47%
G=33.51%
B=36.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701872010.150.0700.21207.122.372.75
HexAABBC9F7015cf1649
Octal25227331117702531726111
Binary101010101011101111001001111111101010111001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBC9; }

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

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

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

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

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

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

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

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