Html Css Color HEX #AAB4BB Heather

📋 copy color: '#AAB4BB'

red 170 ◦ green 180 ◦ blue 187

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

Shades of Heather #AAB4BB

Tints of Heather #AAB4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 31.66%
G = 33.52%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB4BB (or 0xAAB4BB) is known color: Heather. HEX triplet: AA, B4 and BB. RGB value is (170,180,187). Sum of RGB (Red+Green+Blue) = 170+180+187=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BB is #554B44. Grayscale: #B1B1B1. Windows color (decimal): -5589829 or 12301482. OLE color: 12301482.

HSL color Cylindrical-coordinate representation of color #AAB4BB: hue angle of 204.71º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB4BB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 180 187 -
CMYK 0.09 0.04 0 0.27
HSL 204.71º 0.11% 0.7% -
HSV(B) 204.71º 0.09% 0.73% -
XYZ 41.87 44.78 53.45 -
YUV 177.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 170 180 187 0.09 0.04 0 0.27 204.71 0.11 0.7
Hex AA B4 BB 9 4 0 1B CD B 46
Octal 252 264 273 11 4 0 33 315 13 106
Binary 10101010 10110100 10111011 1001 100 0 11011 11001101 1011 1000110

Color Harmonies of #AAB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4BB

Black with #AAB4BB

Text Example


Text Example

White with #AAB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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