#ABADB1

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

Shades of Mischka #ABADB1

Tints of Mischka #ABADB1

Color information

#ABADB1 (or 0xABADB1) is unknown color: approx Mischka. HEX triplet: AB, AD and B1. RGB value is (171,173,177). Sum of RGB (Red+Green+Blue) = 171+173+177=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADB1 is #54524E. Grayscale: #ACACAC. Windows color (decimal): -5526095 or 11644331. OLE color: 11644331.

HSL color Cylindrical-coordinate representation of color #ABADB1: hue angle of 220º degrees, saturation: 0.04, 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 #ABADB1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171173177-
CMYK0.030.0200.31
HSL220º3.7%68.24%-
HSV(B)220º3.39%69.41%-
XYZ39.6741.7247.56-
YUV172.86130.34126.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=32.82%
G=33.21%
B=33.97%

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
Decimal1711731770.030.0200.312203.768.24
HexABADB13201Fdc444
Octal253255261320373344104
Binary1010101110101101101100011110011111110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB1; }

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

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

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

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

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

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

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

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