Shades of Mischka #ADB1BD
Tints of Mischka #ADB1BD
RGB
CMYK
RGB Variations
Color information
#ADB1BD (or 0xADB1BD) is known color: Mischka. HEX triplet: AD, B1 and BD. RGB value is (173,177,189). Sum of RGB (Red+Green+Blue) = 173+177+189=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1BD is #524E42. Grayscale: #B1B1B1. Windows color (decimal): -5393987 or 12431789. OLE color: 12431789.
HSL color Cylindrical-coordinate representation of color #ADB1BD: hue angle of 225º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB1BD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 177 | 189 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.26 |
| HSL | 225º | 0.11% | 0.71% | - |
| HSV(B) | 225º | 0.08% | 0.74% | - |
| XYZ | 42.14 | 44 | 54.42 | - |
| YUV | 177.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 189 | 0.08 | 0.06 | 0 | 0.26 | 225 | 0.11 | 0.71 |
| Hex | AD | B1 | BD | 8 | 6 | 0 | 1A | E1 | B | 47 |
| Octal | 255 | 261 | 275 | 10 | 6 | 0 | 32 | 341 | 13 | 107 |
| Binary | 10101101 | 10110001 | 10111101 | 1000 | 110 | 0 | 11010 | 11100001 | 1011 | 1000111 |
Color Harmonies of #ADB1BD
Complementary color
Monochromatic Colors of #ADB1BD
Black with #ADB1BD
Text Example
Text Example
White with #ADB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1BD; }
p { color: rgb(173,177,189); }
H1.HeaderClassName
{
color: #ADB1BD;
}
.AnyTagClassName
{
color: #ADB1BD;
}
</style>
background-color css
<style>
a { background-color: #ADB1BD; }
a { background-color: rgb(173,177,189); }
div.DivClassName
{
background-color: #ADB1BD;
}
.BgClassName
{
background-color: #ADB1BD;
}
</style>
border-color css
<style>
span { border-color: #ADB1BD; }
span { border-color: rgb(173,177,189); }
td.TdClassName
{
border-color: #ADB1BD;
}
.TagClassName
{
border-color: #ADB1BD;
}
</style>