#ABADB9

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

Shades of Mischka #ABADB9

Tints of Mischka #ABADB9

Color information

#ABADB9 (or 0xABADB9) is unknown color: approx Mischka. HEX triplet: AB, AD and B9. RGB value is (171,173,185). Sum of RGB (Red+Green+Blue) = 171+173+185=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB9 is #545246. Grayscale: #ADADAD. Windows color (decimal): -5526087 or 12168619. OLE color: 12168619.

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

Color convert

RGB171173185-
CMYK0.080.0600.27
HSL231.43º9.09%69.8%-
HSV(B)231.43º7.57%72.55%-
XYZ40.542.0551.88-
YUV173.77134.34126.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=32.33%
G=32.70%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711731850.080.0600.27231.439.0969.8
HexABADB98601Be7946
Octal25325527110603334711106
Binary10101011101011011011100110001100110111110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB9; }

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

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

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

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

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

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

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

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