#ACB2BA

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

Shades of Mischka #ACB2BA

Tints of Mischka #ACB2BA

Color information

#ACB2BA (or 0xACB2BA) is unknown color: approx Mischka. HEX triplet: AC, B2 and BA. RGB value is (172,178,186). Sum of RGB (Red+Green+Blue) = 172+178+186=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2BA is #534D45. Grayscale: #B1B1B1. Windows color (decimal): -5459270 or 12235436. OLE color: 12235436.

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

Color convert

RGB172178186-
CMYK0.080.0400.27
HSL214.29º9.21%70.2%-
HSV(B)214.29º7.53%72.94%-
XYZ41.844.1652.77-
YUV177.12133.01124.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=32.09%
G=33.21%
B=34.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721781860.080.0400.27214.299.2170.2
HexACB2BA8401Bd6946
Octal25426227210403332611106
Binary10101100101100101011101010001000110111101011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2BA; }

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

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

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

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

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

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

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

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