#ACB7BD

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

Shades of Heather #ACB7BD

Tints of Heather #ACB7BD

Color information

#ACB7BD (or 0xACB7BD) is unknown color: approx Heather. HEX triplet: AC, B7 and BD. RGB value is (172,183,189). Sum of RGB (Red+Green+Blue) = 172+183+189=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BD is #534842. Grayscale: #B4B4B4. Windows color (decimal): -5457987 or 12433324. OLE color: 12433324.

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

Color convert

RGB172183189-
CMYK0.090.0300.26
HSL201.18º11.41%70.78%-
HSV(B)201.18º8.99%74.12%-
XYZ43.1346.3154.81-
YUV180.4132.86122.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=31.62%
G=33.64%
B=34.74%

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
Decimal1721831890.090.0300.26201.1811.4170.78
HexACB7BD9301Ac9b47
Octal25426727511303231113107
Binary1010110010110111101111011001110110101100100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7BD; }

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

 H1.HeaderClassName
 {
   color: #ACB7BD;
 }
 .AnyTagClassName
 {
   color: #ACB7BD;
 }
</style>
background-color css

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

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

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

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

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

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