#ACB2BB

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

Shades of Mischka #ACB2BB

Tints of Mischka #ACB2BB

Color information

#ACB2BB (or 0xACB2BB) is unknown color: approx Mischka. HEX triplet: AC, B2 and BB. RGB value is (172,178,187). Sum of RGB (Red+Green+Blue) = 172+178+187=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2BB is #534D44. Grayscale: #B1B1B1. Windows color (decimal): -5459269 or 12300972. OLE color: 12300972.

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

Color convert

RGB172178187-
CMYK0.080.0500.27
HSL216º9.93%70.39%-
HSV(B)216º8.02%73.33%-
XYZ41.944.253.34-
YUV177.23133.51124.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=32.03%
G=33.15%
B=34.82%

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
Decimal1721781870.080.0500.272169.9370.39
HexACB2BB8501Bd8a46
Octal25426227310503333012106
Binary10101100101100101011101110001010110111101100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2BB; }

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

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

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

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

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

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

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

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