#ACB1BE

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

Shades of Mischka #ACB1BE

Tints of Mischka #ACB1BE

Color information

#ACB1BE (or 0xACB1BE) is unknown color: approx Mischka. HEX triplet: AC, B1 and BE. RGB value is (172,177,190). Sum of RGB (Red+Green+Blue) = 172+177+190=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BE is #534E41. Grayscale: #B0B0B0. Windows color (decimal): -5459522 or 12497324. OLE color: 12497324.

HSL color Cylindrical-coordinate representation of color #ACB1BE: hue angle of 223.33º 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 #ACB1BE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172177190-
CMYK0.090.0700.25
HSL223.33º12.16%70.98%-
HSV(B)223.33º9.47%74.51%-
XYZ42.0343.9354.98-
YUV176.99135.34124.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=31.91%
G=32.84%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721771900.090.0700.25223.3312.1670.98
HexACB1BE97019dfc47
Octal25426127611703133714107
Binary10101100101100011011111010011110110011101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1BE; }

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

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

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

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

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

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

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

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