#AABBC0

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

Shades of Heather #AABBC0

Tints of Heather #AABBC0

Color information

#AABBC0 (or 0xAABBC0) is unknown color: approx Heather. HEX triplet: AA, BB and C0. RGB value is (170,187,192). Sum of RGB (Red+Green+Blue) = 170+187+192=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC0 is #55443F. Grayscale: #B6B6B6. Windows color (decimal): -5588032 or 12630954. OLE color: 12630954.

HSL color Cylindrical-coordinate representation of color #AABBC0: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABBC0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170187192-
CMYK0.110.0300.25
HSL193.64º14.86%70.98%-
HSV(B)193.64º11.46%75.29%-
XYZ43.8647.8956.8-
YUV182.49133.37119.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=30.97%
G=34.06%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701871920.110.0300.25193.6414.8670.98
HexAABBC0B3019c2f47
Octal25227330013303130217107
Binary1010101010111011110000001011110110011100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBC0; }

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

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

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

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

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

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

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

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