Html Css Color HEX #ACB9BE Heather

📋 copy color: '#ACB9BE'

red 172 ◦ green 185 ◦ blue 190

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

Shades of Heather #ACB9BE

Tints of Heather #ACB9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 31.44%
G = 33.82%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB9BE (or 0xACB9BE) is known color: Heather. HEX triplet: AC, B9 and BE. RGB value is (172,185,190). Sum of RGB (Red+Green+Blue) = 172+185+190=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BE is #534641. Grayscale: #B5B5B5. Windows color (decimal): -5457474 or 12499372. OLE color: 12499372.

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

Color convert

RGB 172 185 190 -
CMYK 0.09 0.03 0 0.25
HSL 196.67º 0.12% 0.71% -
HSV(B) 196.67º 0.09% 0.75% -
XYZ 43.66 47.19 55.52 -
YUV 181.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 172 185 190 0.09 0.03 0 0.25 196.67 0.12 0.71
Hex AC B9 BE 9 3 0 19 C5 C 47
Octal 254 271 276 11 3 0 31 305 14 107
Binary 10101100 10111001 10111110 1001 11 0 11001 11000101 1100 1000111

Color Harmonies of #ACB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9BE

Black with #ACB9BE

Text Example


Text Example

White with #ACB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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