#ABB2BA

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

Shades of Mischka #ABB2BA

Tints of Mischka #ABB2BA

Color information

#ABB2BA (or 0xABB2BA) is unknown color: approx Mischka. HEX triplet: AB, B2 and BA. RGB value is (171,178,186). Sum of RGB (Red+Green+Blue) = 171+178+186=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2BA is #544D45. Grayscale: #B0B0B0. Windows color (decimal): -5524806 or 12235435. OLE color: 12235435.

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

Color convert

RGB171178186-
CMYK0.080.0400.27
HSL212º9.8%70%-
HSV(B)212º8.06%72.94%-
XYZ41.5844.0452.76-
YUV176.82133.18123.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=31.96%
G=33.27%
B=34.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711781860.080.0400.272129.870
HexABB2BA8401Bd4a46
Octal25326227210403332412106
Binary10101011101100101011101010001000110111101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2BA; }

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

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

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

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

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

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

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

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