#AABCCB

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

Shades of Heather #AABCCB

Tints of Heather #AABCCB

Color information

#AABCCB (or 0xAABCCB) is unknown color: approx Heather. HEX triplet: AA, BC and CB. RGB value is (170,188,203). Sum of RGB (Red+Green+Blue) = 170+188+203=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCB is #554334. Grayscale: #B8B8B8. Windows color (decimal): -5587765 or 13352106. OLE color: 13352106.

HSL color Cylindrical-coordinate representation of color #AABCCB: hue angle of 207.27º 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 #AABCCB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170188203-
CMYK0.160.0700.20
HSL207.27º24.09%73.14%-
HSV(B)207.27º16.26%79.61%-
XYZ45.3448.8263.53-
YUV184.33138.54117.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=30.30%
G=33.51%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701882030.160.0700.20207.2724.0973.14
HexAABCCB107014cf1849
Octal25227431320702431730111
Binary1010101010111100110010111000011101010011001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCCB; }

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

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

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

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

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

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

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

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