#ABADB0

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

Shades of Mischka #ABADB0

Tints of Mischka #ABADB0

Color information

#ABADB0 (or 0xABADB0) is unknown color: approx Mischka. HEX triplet: AB, AD and B0. RGB value is (171,173,176). Sum of RGB (Red+Green+Blue) = 171+173+176=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADB0 is #54524F. Grayscale: #ACACAC. Windows color (decimal): -5526096 or 11578795. OLE color: 11578795.

HSL color Cylindrical-coordinate representation of color #ABADB0: hue angle of 216º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABADB0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171173176-
CMYK0.030.0200.31
HSL216º3.07%68.04%-
HSV(B)216º2.84%69.02%-
XYZ39.5741.6847.03-
YUV172.74129.84126.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=32.88%
G=33.27%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711731760.030.0200.312163.0768.04
HexABADB03201Fd8344
Octal253255260320373303104
Binary101010111010110110110000111001111111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB0; }

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

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

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

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

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

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

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

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