#ACB7BC

Color #ACB7BC Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ACB7BC

Tints of Heather #ACB7BC

Color information

#ACB7BC (or 0xACB7BC) is unknown color: approx 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

RGB172183188-
CMYK0.090.0300.26
HSL198.75º10.67%70.59%-
HSV(B)198.75º8.51%73.73%-
XYZ43.0246.2754.24-
YUV180.28132.36122.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=31.68%
G=33.70%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721831880.090.0300.26198.7510.6770.59
HexACB7BC9301Ac7b47
Octal25426727411303230713107
Binary1010110010110111101111001001110110101100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>