#AABABF

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

Shades of Heather #AABABF

Tints of Heather #AABABF

Color information

#AABABF (or 0xAABABF) is unknown color: approx Heather. HEX triplet: AA, BA and BF. RGB value is (170,186,191). Sum of RGB (Red+Green+Blue) = 170+186+191=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #AABABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABF is #554540. Grayscale: #B5B5B5. Windows color (decimal): -5588289 or 12565162. OLE color: 12565162.

HSL color Cylindrical-coordinate representation of color #AABABF: hue angle of 194.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABABF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170186191-
CMYK0.110.0300.25
HSL194.29º14.09%70.78%-
HSV(B)194.29º10.99%74.9%-
XYZ43.5447.4356.15-
YUV181.79133.2119.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 191 (75% from 255) = 34.92%
R=31.08%
G=34.00%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701861910.110.0300.25194.2914.0970.78
HexAABABFB3019c2e47
Octal25227227713303130216107
Binary1010101010111010101111111011110110011100001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABABF; }

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

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

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

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

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

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

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

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