#AABDC9

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

Shades of Heather #AABDC9

Tints of Heather #AABDC9

Color information

#AABDC9 (or 0xAABDC9) is unknown color: approx Heather. HEX triplet: AA, BD and C9. RGB value is (170,189,201). Sum of RGB (Red+Green+Blue) = 170+189+201=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC9 is #554236. Grayscale: #B8B8B8. Windows color (decimal): -5587511 or 13221290. OLE color: 13221290.

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

Color convert

RGB170189201-
CMYK0.150.0600.21
HSL203.23º22.3%72.75%-
HSV(B)203.23º15.42%78.82%-
XYZ45.3249.1662.36-
YUV184.69137.21117.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=30.36%
G=33.75%
B=35.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701892010.150.0600.21203.2322.372.75
HexAABDC9F6015cb1649
Octal25227531117602531326111
Binary101010101011110111001001111111001010111001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDC9; }

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

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

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

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

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

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

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

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