#AABECB

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

Shades of Heather #AABECB

Tints of Heather #AABECB

Color information

#AABECB (or 0xAABECB) is unknown color: approx Heather. HEX triplet: AA, BE and CB. RGB value is (170,190,203). Sum of RGB (Red+Green+Blue) = 170+190+203=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECB is #554134. Grayscale: #B9B9B9. Windows color (decimal): -5587253 or 13352618. OLE color: 13352618.

HSL color Cylindrical-coordinate representation of color #AABECB: hue angle of 203.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABECB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170190203-
CMYK0.160.0600.20
HSL203.64º24.09%73.14%-
HSV(B)203.64º16.26%79.61%-
XYZ45.7749.6863.68-
YUV185.5137.87116.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=30.20%
G=33.75%
B=36.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701902030.160.0600.20203.6424.0973.14
HexAABECB106014cc1849
Octal25227631320602431430111
Binary1010101010111110110010111000011001010011001100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABECB; }

 p { color: rgb(170,190,203); }

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

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

 a { background-color: rgb(170,190,203); }

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

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

 span { border-color: rgb(170,190,203); }

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