#ACB1BC

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

Shades of Mischka #ACB1BC

Tints of Mischka #ACB1BC

Color information

#ACB1BC (or 0xACB1BC) is unknown color: approx Mischka. HEX triplet: AC, B1 and BC. RGB value is (172,177,188). Sum of RGB (Red+Green+Blue) = 172+177+188=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BC is #534E43. Grayscale: #B0B0B0. Windows color (decimal): -5459524 or 12366252. OLE color: 12366252.

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

Color convert

RGB172177188-
CMYK0.090.0600.26
HSL221.25º10.67%70.59%-
HSV(B)221.25º8.51%73.73%-
XYZ41.8143.8553.84-
YUV176.76134.34124.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=32.03%
G=32.96%
B=35.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721771880.090.0600.26221.2510.6770.59
HexACB1BC9601Addb47
Octal25426127411603233513107
Binary10101100101100011011110010011100110101101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1BC; }

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

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

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

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

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

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

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

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