#AAB5BE

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

Shades of Heather #AAB5BE

Tints of Heather #AAB5BE

Color information

#AAB5BE (or 0xAAB5BE) is unknown color: approx Heather. HEX triplet: AA, B5 and BE. RGB value is (170,181,190). Sum of RGB (Red+Green+Blue) = 170+181+190=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BE is #554A41. Grayscale: #B2B2B2. Windows color (decimal): -5589570 or 12498346. OLE color: 12498346.

HSL color Cylindrical-coordinate representation of color #AAB5BE: hue angle of 207º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB5BE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170181190-
CMYK0.110.0500.25
HSL207º13.33%70.59%-
HSV(B)207º10.53%74.51%-
XYZ42.445.3155.23-
YUV178.74134.36121.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=31.42%
G=33.46%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701811900.110.0500.2520713.3370.59
HexAAB5BEB5019cfd47
Octal25226527613503131715107
Binary10101010101101011011111010111010110011100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5BE; }

 p { color: rgb(170,181,190); }

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

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

 a { background-color: rgb(170,181,190); }

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

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

 span { border-color: rgb(170,181,190); }

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