#ADB1BE

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

Shades of Mischka #ADB1BE

Tints of Mischka #ADB1BE

Color information

#ADB1BE (or 0xADB1BE) is unknown color: approx Mischka. HEX triplet: AD, B1 and BE. RGB value is (173,177,190). Sum of RGB (Red+Green+Blue) = 173+177+190=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1BE is #524E41. Grayscale: #B1B1B1. Windows color (decimal): -5393986 or 12497325. OLE color: 12497325.

HSL color Cylindrical-coordinate representation of color #ADB1BE: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB1BE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173177190-
CMYK0.090.0700.25
HSL225.88º11.56%71.18%-
HSV(B)225.88º8.95%74.51%-
XYZ42.2544.0554.99-
YUV177.29135.17124.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=32.04%
G=32.78%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731771900.090.0700.25225.8811.5671.18
HexADB1BE97019e2c47
Octal25526127611703134214107
Binary10101101101100011011111010011110110011110001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1BE; }

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

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

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

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

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

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

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

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