#ABB0BA

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

Shades of Mischka #ABB0BA

Tints of Mischka #ABB0BA

Color information

#ABB0BA (or 0xABB0BA) is unknown color: approx Mischka. HEX triplet: AB, B0 and BA. RGB value is (171,176,186). Sum of RGB (Red+Green+Blue) = 171+176+186=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BA is #544F45. Grayscale: #AFAFAF. Windows color (decimal): -5525318 or 12234923. OLE color: 12234923.

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

Color convert

RGB171176186-
CMYK0.080.0500.27
HSL220º9.8%70%-
HSV(B)220º8.06%72.94%-
XYZ41.1843.2552.63-
YUV175.64133.84124.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=32.08%
G=33.02%
B=34.90%

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
Decimal1711761860.080.0500.272209.870
HexABB0BA8501Bdca46
Octal25326027210503333412106
Binary10101011101100001011101010001010110111101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0BA; }

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

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

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

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

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

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

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

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