#AABFCC

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

Shades of Heather #AABFCC

Tints of Heather #AABFCC

Color information

#AABFCC (or 0xAABFCC) is unknown color: approx Heather. HEX triplet: AA, BF and CC. RGB value is (170,191,204). Sum of RGB (Red+Green+Blue) = 170+191+204=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCC is #554033. Grayscale: #BABABA. Windows color (decimal): -5586996 or 13418410. OLE color: 13418410.

HSL color Cylindrical-coordinate representation of color #AABFCC: hue angle of 202.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABFCC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170191204-
CMYK0.170.0600.2
HSL202.94º25%73.33%-
HSV(B)202.94º16.67%80%-
XYZ46.1150.1764.38-
YUV186.2138.04116.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=30.09%
G=33.81%
B=36.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701912040.170.0600.2202.942573.33
HexAABFCC116014cb1949
Octal25227731421602431331111
Binary1010101010111111110011001000111001010011001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFCC; }

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

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

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

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

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

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

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

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