#AABCC3

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

Shades of Heather #AABCC3

Tints of Heather #AABCC3

Color information

#AABCC3 (or 0xAABCC3) is unknown color: approx Heather. HEX triplet: AA, BC and C3. RGB value is (170,188,195). Sum of RGB (Red+Green+Blue) = 170+188+195=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC3 is #55433C. Grayscale: #B7B7B7. Windows color (decimal): -5587773 or 12827818. OLE color: 12827818.

HSL color Cylindrical-coordinate representation of color #AABCC3: hue angle of 196.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABCC3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170188195-
CMYK0.130.0400.24
HSL196.8º17.24%71.57%-
HSV(B)196.8º12.82%76.47%-
XYZ44.4148.4558.64-
YUV183.42134.54118.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=30.74%
G=34.00%
B=35.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701881950.130.0400.24196.817.2471.57
HexAABCC3D4018c51148
Octal25227430315403030521110
Binary101010101011110011000011110110001100011000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCC3; }

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

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

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

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

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

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

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

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