#AABFCA

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

Shades of Heather #AABFCA

Tints of Heather #AABFCA

Color information

#AABFCA (or 0xAABFCA) is unknown color: approx Heather. HEX triplet: AA, BF and CA. RGB value is (170,191,202). Sum of RGB (Red+Green+Blue) = 170+191+202=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCA is #554035. Grayscale: #B9B9B9. Windows color (decimal): -5586998 or 13287338. OLE color: 13287338.

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

Color convert

RGB170191202-
CMYK0.160.0500.21
HSL200.62º23.19%72.94%-
HSV(B)200.62º15.84%79.22%-
XYZ45.8750.0763.12-
YUV185.98137.04116.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=30.20%
G=33.93%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701912020.160.0500.21200.6223.1972.94
HexAABFCA105015c91749
Octal25227731220502531127111
Binary1010101010111111110010101000010101010111001001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFCA; }

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

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

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

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

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

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

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

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