#AABFC6

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

Shades of Heather #AABFC6

Tints of Heather #AABFC6

Color information

#AABFC6 (or 0xAABFC6) is unknown color: approx Heather. HEX triplet: AA, BF and C6. RGB value is (170,191,198). Sum of RGB (Red+Green+Blue) = 170+191+198=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC6 is #554039. Grayscale: #B9B9B9. Windows color (decimal): -5587002 or 13025194. OLE color: 13025194.

HSL color Cylindrical-coordinate representation of color #AABFC6: hue angle of 195º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABFC6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170191198-
CMYK0.140.0400.22
HSL195º19.72%72.16%-
HSV(B)195º14.14%77.65%-
XYZ45.449.8860.66-
YUV185.52135.04116.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=30.41%
G=34.17%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701911980.140.0400.2219519.7272.16
HexAABFC6E4016c31448
Octal25227730616402630324110
Binary101010101011111111000110111010001011011000011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFC6; }

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

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

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

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

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

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

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

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