Html Css Color HEX #ACB7BE Heather

📋 copy color: '#ACB7BE'

red 172 ◦ green 183 ◦ blue 190

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

Shades of Heather #ACB7BE

Tints of Heather #ACB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.58%

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

R = 31.56%
G = 33.58%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB7BE (or 0xACB7BE) is known color: Heather. HEX triplet: AC, B7 and BE. RGB value is (172,183,190). Sum of RGB (Red+Green+Blue) = 172+183+190=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BE is #534841. Grayscale: #B4B4B4. Windows color (decimal): -5457986 or 12498860. OLE color: 12498860.

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

Color convert

RGB 172 183 190 -
CMYK 0.09 0.04 0 0.25
HSL 203.33º 0.12% 0.71% -
HSV(B) 203.33º 0.09% 0.75% -
XYZ 43.24 46.36 55.38 -
YUV 180.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 172 183 190 0.09 0.04 0 0.25 203.33 0.12 0.71
Hex AC B7 BE 9 4 0 19 CB C 47
Octal 254 267 276 11 4 0 31 313 14 107
Binary 10101100 10110111 10111110 1001 100 0 11001 11001011 1100 1000111

Color Harmonies of #ACB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7BE

Black with #ACB7BE

Text Example


Text Example

White with #ACB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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