#ACB0BB

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

Shades of Mischka #ACB0BB

Tints of Mischka #ACB0BB

Color information

#ACB0BB (or 0xACB0BB) is unknown color: approx Mischka. HEX triplet: AC, B0 and BB. RGB value is (172,176,187). Sum of RGB (Red+Green+Blue) = 172+176+187=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BB is #534F44. Grayscale: #B0B0B0. Windows color (decimal): -5459781 or 12300460. OLE color: 12300460.

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

Color convert

RGB172176187-
CMYK0.080.0600.27
HSL224º9.93%70.39%-
HSV(B)224º8.02%73.33%-
XYZ41.5143.4153.2-
YUV176.06134.17125.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=32.15%
G=32.90%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721761870.080.0600.272249.9370.39
HexACB0BB8601Be0a46
Octal25426027310603334012106
Binary10101100101100001011101110001100110111110000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0BB; }

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

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

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

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

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

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

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

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