Html Css Color HEX #ACB9BF Heather

📋 copy color: '#ACB9BF'

red 172 ◦ green 185 ◦ blue 191

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

Shades of Heather #ACB9BF

Tints of Heather #ACB9BF

RGB

 RED value IS 172 (67.58% from 255) = 31.39%

 GREEN value IS 185 (72.66% from 255) = 33.76%

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

R = 31.39%
G = 33.76%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB9BF (or 0xACB9BF) is known color: Heather. HEX triplet: AC, B9 and BF. RGB value is (172,185,191). Sum of RGB (Red+Green+Blue) = 172+185+191=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BF is #534640. Grayscale: #B5B5B5. Windows color (decimal): -5457473 or 12564908. OLE color: 12564908.

HSL color Cylindrical-coordinate representation of color #ACB9BF: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB9BF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 185 191 -
CMYK 0.10 0.03 0 0.25
HSL 198.95º 0.13% 0.71% -
HSV(B) 198.95º 0.1% 0.75% -
XYZ 43.77 47.23 56.1 -
YUV 181.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 172 185 191 0.10 0.03 0 0.25 198.95 0.13 0.71
Hex AC B9 BF A 3 0 19 C7 D 47
Octal 254 271 277 12 3 0 31 307 15 107
Binary 10101100 10111001 10111111 1010 11 0 11001 11000111 1101 1000111

Color Harmonies of #ACB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9BF

Black with #ACB9BF

Text Example


Text Example

White with #ACB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9BF; }

 p { color: rgb(172,185,191); }

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

background-color css

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

 a { background-color: rgb(172,185,191); }

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

border-color css

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

 span { border-color: rgb(172,185,191); }

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