#AABBCA

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

Shades of Heather #AABBCA

Tints of Heather #AABBCA

Color information

#AABBCA (or 0xAABBCA) is unknown color: approx Heather. HEX triplet: AA, BB and CA. RGB value is (170,187,202). Sum of RGB (Red+Green+Blue) = 170+187+202=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCA is #554435. Grayscale: #B7B7B7. Windows color (decimal): -5588022 or 13286314. OLE color: 13286314.

HSL color Cylindrical-coordinate representation of color #AABBCA: hue angle of 208.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABBCA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170187202-
CMYK0.160.0700.21
HSL208.12º23.19%72.94%-
HSV(B)208.12º15.84%79.22%-
XYZ45.0148.3562.84-
YUV183.63138.37118.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=30.41%
G=33.45%
B=36.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701872020.160.0700.21208.1223.1972.94
HexAABBCA107015d01749
Octal25227331220702532027111
Binary1010101010111011110010101000011101010111010000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBCA; }

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

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

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

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

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

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

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

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