#ABADB7

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

Shades of Mischka #ABADB7

Tints of Mischka #ABADB7

Color information

#ABADB7 (or 0xABADB7) is unknown color: approx Mischka. HEX triplet: AB, AD and B7. RGB value is (171,173,183). Sum of RGB (Red+Green+Blue) = 171+173+183=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB7 is #545248. Grayscale: #ADADAD. Windows color (decimal): -5526089 or 12037547. OLE color: 12037547.

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

Color convert

RGB171173183-
CMYK0.070.0500.28
HSL230º7.69%69.41%-
HSV(B)230º6.56%71.76%-
XYZ40.2941.9650.78-
YUV173.54133.34126.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=32.45%
G=32.83%
B=34.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711731830.070.0500.282307.6969.41
HexABADB77501Ce6845
Octal2532552677503434610105
Binary1010101110101101101101111111010111001110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB7; }

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

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

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

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

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

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

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

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