#AABFC9

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

Shades of Heather #AABFC9

Tints of Heather #AABFC9

Color information

#AABFC9 (or 0xAABFC9) is unknown color: approx Heather. HEX triplet: AA, BF and C9. RGB value is (170,191,201). Sum of RGB (Red+Green+Blue) = 170+191+201=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC9 is #554036. Grayscale: #B9B9B9. Windows color (decimal): -5586999 or 13221802. OLE color: 13221802.

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

Color convert

RGB170191201-
CMYK0.150.0500.21
HSL199.35º22.3%72.75%-
HSV(B)199.35º15.42%78.82%-
XYZ45.7550.0262.5-
YUV185.86136.54116.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=30.25%
G=33.99%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701912010.150.0500.21199.3522.372.75
HexAABFC9F5015c71649
Octal25227731117502530726111
Binary101010101011111111001001111110101010111000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFC9; }

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

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

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

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

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

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

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

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