#ABADB8

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

Shades of Mischka #ABADB8

Tints of Mischka #ABADB8

Color information

#ABADB8 (or 0xABADB8) is unknown color: approx Mischka. HEX triplet: AB, AD and B8. RGB value is (171,173,184). Sum of RGB (Red+Green+Blue) = 171+173+184=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB8 is #545247. Grayscale: #ADADAD. Windows color (decimal): -5526088 or 12103083. OLE color: 12103083.

HSL color Cylindrical-coordinate representation of color #ABADB8: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABADB8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171173184-
CMYK0.070.0600.28
HSL230.77º8.39%69.61%-
HSV(B)230.77º7.07%72.16%-
XYZ40.3942.0151.33-
YUV173.66133.84126.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=32.39%
G=32.77%
B=34.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711731840.070.0600.28230.778.3969.61
HexABADB87601Ce7846
Octal2532552707603434710106
Binary1010101110101101101110001111100111001110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB8; }

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

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

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

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

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

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

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

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