#AABCC4

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

Shades of Heather #AABCC4

Tints of Heather #AABCC4

Color information

#AABCC4 (or 0xAABCC4) is unknown color: approx Heather. HEX triplet: AA, BC and C4. RGB value is (170,188,196). Sum of RGB (Red+Green+Blue) = 170+188+196=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC4 is #55433B. Grayscale: #B7B7B7. Windows color (decimal): -5587772 or 12893354. OLE color: 12893354.

HSL color Cylindrical-coordinate representation of color #AABCC4: hue angle of 198.46º 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 #AABCC4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170188196-
CMYK0.130.0400.23
HSL198.46º18.06%71.76%-
HSV(B)198.46º13.27%76.86%-
XYZ44.5248.559.24-
YUV183.53135.04118.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=30.69%
G=33.94%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701881960.130.0400.23198.4618.0671.76
HexAABCC4D4017c61248
Octal25227430415402730622110
Binary101010101011110011000100110110001011111000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCC4; }

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

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

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

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

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

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

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

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