#ACB5BE

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

Shades of Heather #ACB5BE

Tints of Heather #ACB5BE

Color information

#ACB5BE (or 0xACB5BE) is unknown color: approx Heather. HEX triplet: AC, B5 and BE. RGB value is (172,181,190). Sum of RGB (Red+Green+Blue) = 172+181+190=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BE is #534A41. Grayscale: #B3B3B3. Windows color (decimal): -5458498 or 12498348. OLE color: 12498348.

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

Color convert

RGB172181190-
CMYK0.090.0500.25
HSL210º12.16%70.98%-
HSV(B)210º9.47%74.51%-
XYZ42.8345.5455.25-
YUV179.34134.02122.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=31.68%
G=33.33%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721811900.090.0500.2521012.1670.98
HexACB5BE95019d2c47
Octal25426527611503132214107
Binary10101100101101011011111010011010110011101001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5BE; }

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

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

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

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

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

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

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

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