#ACB0BA

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

Shades of Mischka #ACB0BA

Tints of Mischka #ACB0BA

Color information

#ACB0BA (or 0xACB0BA) is unknown color: approx Mischka. HEX triplet: AC, B0 and BA. RGB value is (172,176,186). Sum of RGB (Red+Green+Blue) = 172+176+186=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BA is #534F45. Grayscale: #AFAFAF. Windows color (decimal): -5459782 or 12234924. OLE color: 12234924.

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

Color convert

RGB172176186-
CMYK0.080.0500.27
HSL222.86º9.21%70.2%-
HSV(B)222.86º7.53%72.94%-
XYZ41.443.3752.64-
YUV175.94133.67125.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=32.21%
G=32.96%
B=34.83%

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
Decimal1721761860.080.0500.27222.869.2170.2
HexACB0BA8501Bdf946
Octal25426027210503333711106
Binary10101100101100001011101010001010110111101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0BA; }

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

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

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

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

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

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

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

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