Html Css Color HEX #AAB4BD Heather

📋 copy color: '#AAB4BD'

red 170 ◦ green 180 ◦ blue 189

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

Shades of Heather #AAB4BD

Tints of Heather #AAB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 31.54%
G = 33.4%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB4BD (or 0xAAB4BD) is known color: Heather. HEX triplet: AA, B4 and BD. RGB value is (170,180,189). Sum of RGB (Red+Green+Blue) = 170+180+189=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BD is #554B42. Grayscale: #B1B1B1. Windows color (decimal): -5589827 or 12432554. OLE color: 12432554.

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

Color convert

RGB 170 180 189 -
CMYK 0.10 0.05 0 0.26
HSL 208.42º 0.13% 0.7% -
HSV(B) 208.42º 0.1% 0.74% -
XYZ 42.08 44.86 54.59 -
YUV 178.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 170 180 189 0.10 0.05 0 0.26 208.42 0.13 0.7
Hex AA B4 BD A 5 0 1A D0 D 46
Octal 252 264 275 12 5 0 32 320 15 106
Binary 10101010 10110100 10111101 1010 101 0 11010 11010000 1101 1000110

Color Harmonies of #AAB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4BD

Black with #AAB4BD

Text Example


Text Example

White with #AAB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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