Html Css Color HEX #AAB4BF Heather

📋 copy color: '#AAB4BF'

red 170 ◦ green 180 ◦ blue 191

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

Shades of Heather #AAB4BF

Tints of Heather #AAB4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 31.42%
G = 33.27%
B = 35.3%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAB4BF (or 0xAAB4BF) is known color: Heather. HEX triplet: AA, B4 and BF. RGB value is (170,180,191). Sum of RGB (Red+Green+Blue) = 170+180+191=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BF is #554B40. Grayscale: #B2B2B2. Windows color (decimal): -5589825 or 12563626. OLE color: 12563626.

HSL color Cylindrical-coordinate representation of color #AAB4BF: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB4BF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 180 191 -
CMYK 0.11 0.06 0 0.25
HSL 211.43º 0.14% 0.71% -
HSV(B) 211.43º 0.11% 0.75% -
XYZ 42.3 44.95 55.74 -
YUV 178.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 170 180 191 0.11 0.06 0 0.25 211.43 0.14 0.71
Hex AA B4 BF B 6 0 19 D3 E 47
Octal 252 264 277 13 6 0 31 323 16 107
Binary 10101010 10110100 10111111 1011 110 0 11001 11010011 1110 1000111

Color Harmonies of #AAB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4BF

Black with #AAB4BF

Text Example


Text Example

White with #AAB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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