#ACB1B8

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

Shades of Mischka #ACB1B8

Tints of Mischka #ACB1B8

Color information

#ACB1B8 (or 0xACB1B8) is unknown color: approx Mischka. HEX triplet: AC, B1 and B8. RGB value is (172,177,184). Sum of RGB (Red+Green+Blue) = 172+177+184=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 184 - color contains mainly: blue. Hex color #ACB1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1B8 is #534E47. Grayscale: #B0B0B0. Windows color (decimal): -5459528 or 12104108. OLE color: 12104108.

HSL color Cylindrical-coordinate representation of color #ACB1B8: hue angle of 215º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB1B8 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172177184-
CMYK0.070.0400.28
HSL215º7.79%69.8%-
HSV(B)215º6.52%72.16%-
XYZ41.3943.6851.6-
YUV176.3132.34124.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=32.27%
G=33.21%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721771840.070.0400.282157.7969.8
HexACB1B87401Cd7846
Octal2542612707403432710106
Binary1010110010110001101110001111000111001101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1B8; }

 p { color: rgb(172,177,184); }

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

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

 a { background-color: rgb(172,177,184); }

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

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

 span { border-color: rgb(172,177,184); }

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