#AABDCA

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

Shades of Heather #AABDCA

Tints of Heather #AABDCA

Color information

#AABDCA (or 0xAABDCA) is unknown color: approx Heather. HEX triplet: AA, BD and CA. RGB value is (170,189,202). Sum of RGB (Red+Green+Blue) = 170+189+202=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCA is #554235. Grayscale: #B8B8B8. Windows color (decimal): -5587510 or 13286826. OLE color: 13286826.

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

Color convert

RGB170189202-
CMYK0.160.0600.21
HSL204.38º23.19%72.94%-
HSV(B)204.38º15.84%79.22%-
XYZ45.4449.2162.98-
YUV184.8137.71117.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=30.30%
G=33.69%
B=36.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701892020.160.0600.21204.3823.1972.94
HexAABDCA106015cc1749
Octal25227531220602531427111
Binary1010101010111101110010101000011001010111001100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDCA; }

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

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

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

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

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

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

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

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