#AABBC4

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

Shades of Heather #AABBC4

Tints of Heather #AABBC4

Color information

#AABBC4 (or 0xAABBC4) is unknown color: approx Heather. HEX triplet: AA, BB and C4. RGB value is (170,187,196). Sum of RGB (Red+Green+Blue) = 170+187+196=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC4 is #55443B. Grayscale: #B6B6B6. Windows color (decimal): -5588028 or 12893098. OLE color: 12893098.

HSL color Cylindrical-coordinate representation of color #AABBC4: hue angle of 200.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABBC4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170187196-
CMYK0.130.0500.23
HSL200.77º18.06%71.76%-
HSV(B)200.77º13.27%76.86%-
XYZ44.3148.0759.17-
YUV182.94135.37118.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=30.74%
G=33.82%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701871960.130.0500.23200.7718.0671.76
HexAABBC4D5017c91248
Octal25227330415502731122110
Binary101010101011101111000100110110101011111001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBC4; }

 p { color: rgb(170,187,196); }

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

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

 a { background-color: rgb(170,187,196); }

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

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

 span { border-color: rgb(170,187,196); }

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