Html Css Color HEX #AAB3BC Heather

📋 copy color: '#AAB3BC'

red 170 ◦ green 179 ◦ blue 188

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

Shades of Heather #AAB3BC

Tints of Heather #AAB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.33%

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

R = 31.66%
G = 33.33%
B = 35.01%

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

#AAB3BC (or 0xAAB3BC) is known color: Heather. HEX triplet: AA, B3 and BC. RGB value is (170,179,188). Sum of RGB (Red+Green+Blue) = 170+179+188=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BC is #554C43. Grayscale: #B1B1B1. Windows color (decimal): -5590084 or 12366762. OLE color: 12366762.

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

Color convert

RGB 170 179 188 -
CMYK 0.10 0.05 0 0.26
HSL 210º 0.12% 0.7% -
HSV(B) 210º 0.1% 0.74% -
XYZ 41.77 44.42 53.95 -
YUV 177.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 170 179 188 0.10 0.05 0 0.26 210 0.12 0.7
Hex AA B3 BC A 5 0 1A D2 C 46
Octal 252 263 274 12 5 0 32 322 14 106
Binary 10101010 10110011 10111100 1010 101 0 11010 11010010 1100 1000110

Color Harmonies of #AAB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3BC

Black with #AAB3BC

Text Example


Text Example

White with #AAB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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