Html Css Color HEX #AAB5BD Heather

📋 copy color: '#AAB5BD'

red 170 ◦ green 181 ◦ blue 189

#AAB5BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #AAB5BD

Tints of Heather #AAB5BD

RGB

 RED value IS 170 (66.8% from 255) = 31.48%

 GREEN value IS 181 (71.09% from 255) = 33.52%

 BLUE value IS 189 (74.22% from 255) = 35%

R = 31.48%
G = 33.52%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB5BD (or 0xAAB5BD) is known color: Heather. HEX triplet: AA, B5 and BD. RGB value is (170,181,189). Sum of RGB (Red+Green+Blue) = 170+181+189=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BD is #554A42. Grayscale: #B2B2B2. Windows color (decimal): -5589571 or 12432810. OLE color: 12432810.

HSL color Cylindrical-coordinate representation of color #AAB5BD: hue angle of 205.26º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB5BD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 181 189 -
CMYK 0.10 0.04 0 0.26
HSL 205.26º 0.13% 0.7% -
HSV(B) 205.26º 0.1% 0.74% -
XYZ 42.29 45.27 54.65 -
YUV 178.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 170 181 189 0.10 0.04 0 0.26 205.26 0.13 0.7
Hex AA B5 BD A 4 0 1A CD D 46
Octal 252 265 275 12 4 0 32 315 15 106
Binary 10101010 10110101 10111101 1010 100 0 11010 11001101 1101 1000110

Color Harmonies of #AAB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5BD

Black with #AAB5BD

Text Example


Text Example

White with #AAB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5BD; }

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

 H1.HeaderClassName
 {
   color: #AAB5BD;
 }
 .AnyTagClassName
 {
   color: #AAB5BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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