Html Css Color HEX #AAB5BC Heather

📋 copy color: '#AAB5BC'

red 170 ◦ green 181 ◦ blue 188

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

Shades of Heather #AAB5BC

Tints of Heather #AAB5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 31.54%
G = 33.58%
B = 34.88%

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

#AAB5BC (or 0xAAB5BC) is known color: Heather. HEX triplet: AA, B5 and BC. RGB value is (170,181,188). Sum of RGB (Red+Green+Blue) = 170+181+188=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BC is #554A43. Grayscale: #B2B2B2. Windows color (decimal): -5589572 or 12367274. OLE color: 12367274.

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

Color convert

RGB 170 181 188 -
CMYK 0.10 0.04 0 0.26
HSL 203.33º 0.12% 0.7% -
HSV(B) 203.33º 0.1% 0.74% -
XYZ 42.18 45.22 54.08 -
YUV 178.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 170 181 188 0.10 0.04 0 0.26 203.33 0.12 0.7
Hex AA B5 BC A 4 0 1A CB C 46
Octal 252 265 274 12 4 0 32 313 14 106
Binary 10101010 10110101 10111100 1010 100 0 11010 11001011 1100 1000110

Color Harmonies of #AAB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5BC

Black with #AAB5BC

Text Example


Text Example

White with #AAB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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