#ABB1BA

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

Shades of Mischka #ABB1BA

Tints of Mischka #ABB1BA

Color information

#ABB1BA (or 0xABB1BA) is unknown color: approx Mischka. HEX triplet: AB, B1 and BA. RGB value is (171,177,186). Sum of RGB (Red+Green+Blue) = 171+177+186=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 177 (69.53% from 255 or 33.15% 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 #ABB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BA is #544E45. Grayscale: #B0B0B0. Windows color (decimal): -5525062 or 12235179. OLE color: 12235179.

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

Color convert

RGB171177186-
CMYK0.080.0500.27
HSL216º9.8%70%-
HSV(B)216º8.06%72.94%-
XYZ41.3843.6552.7-
YUV176.23133.51124.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=32.02%
G=33.15%
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
Decimal1711771860.080.0500.272169.870
HexABB1BA8501Bd8a46
Octal25326127210503333012106
Binary10101011101100011011101010001010110111101100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1BA; }

 p { color: rgb(171,177,186); }

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

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

 a { background-color: rgb(171,177,186); }

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

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

 span { border-color: rgb(171,177,186); }

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