#ACB7BE

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

Shades of Heather #ACB7BE

Tints of Heather #ACB7BE

Color information

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

RGB172183190-
CMYK0.090.0400.25
HSL203.33º12.16%70.98%-
HSV(B)203.33º9.47%74.51%-
XYZ43.2446.3655.38-
YUV180.51133.36121.93-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721831900.090.0400.25203.3312.1670.98
HexACB7BE94019cbc47
Octal25426727611403131314107
Binary10101100101101111011111010011000110011100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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