#AAB4BE

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

Shades of Heather #AAB4BE

Tints of Heather #AAB4BE

Color information

#AAB4BE (or 0xAAB4BE) is unknown color: approx Heather. HEX triplet: AA, B4 and BE. RGB value is (170,180,190). Sum of RGB (Red+Green+Blue) = 170+180+190=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BE is #554B41. Grayscale: #B2B2B2. Windows color (decimal): -5589826 or 12498090. OLE color: 12498090.

HSL color Cylindrical-coordinate representation of color #AAB4BE: hue angle of 210º 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 #AAB4BE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170180190-
CMYK0.110.0500.25
HSL210º13.33%70.59%-
HSV(B)210º10.53%74.51%-
XYZ42.1944.9155.16-
YUV178.15134.69122.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=31.48%
G=33.33%
B=35.19%

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
Decimal1701801900.110.0500.2521013.3370.59
HexAAB4BEB5019d2d47
Octal25226427613503132215107
Binary10101010101101001011111010111010110011101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4BE; }

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

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

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

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

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

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

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

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