#AABBC3

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

Shades of Heather #AABBC3

Tints of Heather #AABBC3

Color information

#AABBC3 (or 0xAABBC3) is unknown color: approx Heather. HEX triplet: AA, BB and C3. RGB value is (170,187,195). Sum of RGB (Red+Green+Blue) = 170+187+195=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC3 is #55443C. Grayscale: #B6B6B6. Windows color (decimal): -5588029 or 12827562. OLE color: 12827562.

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

Color convert

RGB170187195-
CMYK0.130.0400.24
HSL199.2º17.24%71.57%-
HSV(B)199.2º12.82%76.47%-
XYZ44.248.0358.57-
YUV182.83134.87118.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=30.80%
G=33.88%
B=35.33%

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
Decimal1701871950.130.0400.24199.217.2471.57
HexAABBC3D4018c71148
Octal25227330315403030721110
Binary101010101011101111000011110110001100011000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBC3; }

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

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

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

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

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

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

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

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