#ACB3BE

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

Shades of Mischka #ACB3BE

Tints of Mischka #ACB3BE

Color information

#ACB3BE (or 0xACB3BE) is unknown color: approx Mischka. HEX triplet: AC, B3 and BE. RGB value is (172,179,190). Sum of RGB (Red+Green+Blue) = 172+179+190=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3BE is #534C41. Grayscale: #B2B2B2. Windows color (decimal): -5459010 or 12497836. OLE color: 12497836.

HSL color Cylindrical-coordinate representation of color #ACB3BE: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB3BE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172179190-
CMYK0.090.0600.25
HSL216.67º12.16%70.98%-
HSV(B)216.67º9.47%74.51%-
XYZ42.4344.7355.11-
YUV178.16134.68123.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=31.79%
G=33.09%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721791900.090.0600.25216.6712.1670.98
HexACB3BE96019d9c47
Octal25426327611603133114107
Binary10101100101100111011111010011100110011101100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3BE; }

 p { color: rgb(172,179,190); }

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

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

 a { background-color: rgb(172,179,190); }

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

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

 span { border-color: rgb(172,179,190); }

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