#ACB1BB

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

Shades of Mischka #ACB1BB

Tints of Mischka #ACB1BB

Color information

#ACB1BB (or 0xACB1BB) is unknown color: approx Mischka. HEX triplet: AC, B1 and BB. RGB value is (172,177,187). Sum of RGB (Red+Green+Blue) = 172+177+187=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BB is #534E44. Grayscale: #B0B0B0. Windows color (decimal): -5459525 or 12300716. OLE color: 12300716.

HSL color Cylindrical-coordinate representation of color #ACB1BB: hue angle of 220º degrees, saturation: 0.1, 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 #ACB1BB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172177187-
CMYK0.080.0500.27
HSL220º9.93%70.39%-
HSV(B)220º8.02%73.33%-
XYZ41.7143.853.27-
YUV176.64133.84124.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=32.09%
G=33.02%
B=34.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721771870.080.0500.272209.9370.39
HexACB1BB8501Bdca46
Octal25426127310503333412106
Binary10101100101100011011101110001010110111101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1BB; }

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

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

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

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

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

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

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

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