#AABCCA

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

Shades of Heather #AABCCA

Tints of Heather #AABCCA

Color information

#AABCCA (or 0xAABCCA) is unknown color: approx Heather. HEX triplet: AA, BC and CA. RGB value is (170,188,202). Sum of RGB (Red+Green+Blue) = 170+188+202=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCA is #554335. Grayscale: #B8B8B8. Windows color (decimal): -5587766 or 13286570. OLE color: 13286570.

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

Color convert

RGB170188202-
CMYK0.160.0700.21
HSL206.25º23.19%72.94%-
HSV(B)206.25º15.84%79.22%-
XYZ45.2248.7862.91-
YUV184.21138.04117.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=30.36%
G=33.57%
B=36.07%

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
Decimal1701882020.160.0700.21206.2523.1972.94
HexAABCCA107015ce1749
Octal25227431220702531627111
Binary1010101010111100110010101000011101010111001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCCA; }

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

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

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

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

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

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

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

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