Html Css Color HEX #AABABF Heather

📋 copy color: '#AABABF'

red 170 ◦ green 186 ◦ blue 191

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

Shades of Heather #AABABF

Tints of Heather #AABABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 31.08%
G = 34%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AABABF (or 0xAABABF) is known color: Heather. HEX triplet: AA, BA and BF. RGB value is (170,186,191). Sum of RGB (Red+Green+Blue) = 170+186+191=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #AABABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABF is #554540. Grayscale: #B5B5B5. Windows color (decimal): -5588289 or 12565162. OLE color: 12565162.

HSL color Cylindrical-coordinate representation of color #AABABF: hue angle of 194.29º 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 #AABABF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 186 191 -
CMYK 0.11 0.03 0 0.25
HSL 194.29º 0.14% 0.71% -
HSV(B) 194.29º 0.11% 0.75% -
XYZ 43.54 47.43 56.15 -
YUV 181.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 170 186 191 0.11 0.03 0 0.25 194.29 0.14 0.71
Hex AA BA BF B 3 0 19 C2 E 47
Octal 252 272 277 13 3 0 31 302 16 107
Binary 10101010 10111010 10111111 1011 11 0 11001 11000010 1110 1000111

Color Harmonies of #AABABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABABF

Black with #AABABF

Text Example


Text Example

White with #AABABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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