#AABDC4

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

Shades of Heather #AABDC4

Tints of Heather #AABDC4

Color information

#AABDC4 (or 0xAABDC4) is unknown color: approx Heather. HEX triplet: AA, BD and C4. RGB value is (170,189,196). Sum of RGB (Red+Green+Blue) = 170+189+196=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC4 is #55423B. Grayscale: #B8B8B8. Windows color (decimal): -5587516 or 12893610. OLE color: 12893610.

HSL color Cylindrical-coordinate representation of color #AABDC4: hue angle of 196.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABDC4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170189196-
CMYK0.130.0400.23
HSL196.15º18.06%71.76%-
HSV(B)196.15º13.27%76.86%-
XYZ44.7448.9359.31-
YUV184.12134.71117.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=30.63%
G=34.05%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701891960.130.0400.23196.1518.0671.76
HexAABDC4D4017c41248
Octal25227530415402730422110
Binary101010101011110111000100110110001011111000100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDC4; }

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

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

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

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

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

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

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

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