Shades of Mischka #ADB0BD
Tints of Mischka #ADB0BD
RGB
CMYK
RGB Variations
Color information
#ADB0BD (or 0xADB0BD) is known color: Mischka. HEX triplet: AD, B0 and BD. RGB value is (173,176,189). Sum of RGB (Red+Green+Blue) = 173+176+189=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BD is #524F42. Grayscale: #B0B0B0. Windows color (decimal): -5394243 or 12431533. OLE color: 12431533.
HSL color Cylindrical-coordinate representation of color #ADB0BD: hue angle of 228.75º 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 #ADB0BD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 176 | 189 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.26 |
| HSL | 228.75º | 0.11% | 0.71% | - |
| HSV(B) | 228.75º | 0.08% | 0.74% | - |
| XYZ | 41.94 | 43.61 | 54.35 | - |
| YUV | 176.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 189 | 0.08 | 0.07 | 0 | 0.26 | 228.75 | 0.11 | 0.71 |
| Hex | AD | B0 | BD | 8 | 7 | 0 | 1A | E5 | B | 47 |
| Octal | 255 | 260 | 275 | 10 | 7 | 0 | 32 | 345 | 13 | 107 |
| Binary | 10101101 | 10110000 | 10111101 | 1000 | 111 | 0 | 11010 | 11100101 | 1011 | 1000111 |
Color Harmonies of #ADB0BD
Complementary color
Monochromatic Colors of #ADB0BD
Black with #ADB0BD
Text Example
Text Example
White with #ADB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0BD; }
p { color: rgb(173,176,189); }
H1.HeaderClassName
{
color: #ADB0BD;
}
.AnyTagClassName
{
color: #ADB0BD;
}
</style>
background-color css
<style>
a { background-color: #ADB0BD; }
a { background-color: rgb(173,176,189); }
div.DivClassName
{
background-color: #ADB0BD;
}
.BgClassName
{
background-color: #ADB0BD;
}
</style>
border-color css
<style>
span { border-color: #ADB0BD; }
span { border-color: rgb(173,176,189); }
td.TdClassName
{
border-color: #ADB0BD;
}
.TagClassName
{
border-color: #ADB0BD;
}
</style>