#ACB5BA

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

Shades of Heather #ACB5BA

Tints of Heather #ACB5BA

Color information

#ACB5BA (or 0xACB5BA) is unknown color: approx Heather. HEX triplet: AC, B5 and BA. RGB value is (172,181,186). Sum of RGB (Red+Green+Blue) = 172+181+186=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BA is #534A45. Grayscale: #B2B2B2. Windows color (decimal): -5458502 or 12236204. OLE color: 12236204.

HSL color Cylindrical-coordinate representation of color #ACB5BA: hue angle of 201.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB5BA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172181186-
CMYK0.080.0300.27
HSL201.43º9.21%70.2%-
HSV(B)201.43º7.53%72.94%-
XYZ42.445.3652.98-
YUV178.88132.02123.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=31.91%
G=33.58%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721811860.080.0300.27201.439.2170.2
HexACB5BA8301Bc9946
Octal25426527210303331111106
Binary1010110010110101101110101000110110111100100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5BA; }

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

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

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

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

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

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

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

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