Html Css Color HEX #ACB7BC Heather

📋 copy color: '#ACB7BC'

red 172 ◦ green 183 ◦ blue 188

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

Shades of Heather #ACB7BC

Tints of Heather #ACB7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 31.68%
G = 33.7%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACB7BC (or 0xACB7BC) is known color: Heather. HEX triplet: AC, B7 and BC. RGB value is (172,183,188). Sum of RGB (Red+Green+Blue) = 172+183+188=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BC is #534843. Grayscale: #B4B4B4. Windows color (decimal): -5457988 or 12367788. OLE color: 12367788.

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

Color convert

RGB 172 183 188 -
CMYK 0.09 0.03 0 0.26
HSL 198.75º 0.11% 0.71% -
HSV(B) 198.75º 0.09% 0.74% -
XYZ 43.02 46.27 54.24 -
YUV 180.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 172 183 188 0.09 0.03 0 0.26 198.75 0.11 0.71
Hex AC B7 BC 9 3 0 1A C7 B 47
Octal 254 267 274 11 3 0 32 307 13 107
Binary 10101100 10110111 10111100 1001 11 0 11010 11000111 1011 1000111

Color Harmonies of #ACB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7BC

Black with #ACB7BC

Text Example


Text Example

White with #ACB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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