Shades of Mischka #ADAFB8
Tints of Mischka #ADAFB8
RGB
CMYK
RGB Variations
Color information
#ADAFB8 (or 0xADAFB8) is known color: Mischka. HEX triplet: AD, AF and B8. RGB value is (173,175,184). Sum of RGB (Red+Green+Blue) = 173+175+184=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADAFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFB8 is #525047. Grayscale: #AFAFAF. Windows color (decimal): -5394504 or 12103597. OLE color: 12103597.
HSL color Cylindrical-coordinate representation of color #ADAFB8: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADAFB8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 175 | 184 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.28 |
| HSL | 229.09º | 0.07% | 0.7% | - |
| HSV(B) | 229.09º | 0.06% | 0.72% | - |
| XYZ | 41.22 | 43 | 51.48 | - |
| YUV | 175.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 184 | 0.06 | 0.05 | 0 | 0.28 | 229.09 | 0.07 | 0.7 |
| Hex | AD | AF | B8 | 6 | 5 | 0 | 1C | E5 | 7 | 46 |
| Octal | 255 | 257 | 270 | 6 | 5 | 0 | 34 | 345 | 7 | 106 |
| Binary | 10101101 | 10101111 | 10111000 | 110 | 101 | 0 | 11100 | 11100101 | 111 | 1000110 |
Color Harmonies of #ADAFB8
Complementary color
Monochromatic Colors of #ADAFB8
Black with #ADAFB8
Text Example
Text Example
White with #ADAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB8; }
p { color: rgb(173,175,184); }
H1.HeaderClassName
{
color: #ADAFB8;
}
.AnyTagClassName
{
color: #ADAFB8;
}
</style>
background-color css
<style>
a { background-color: #ADAFB8; }
a { background-color: rgb(173,175,184); }
div.DivClassName
{
background-color: #ADAFB8;
}
.BgClassName
{
background-color: #ADAFB8;
}
</style>
border-color css
<style>
span { border-color: #ADAFB8; }
span { border-color: rgb(173,175,184); }
td.TdClassName
{
border-color: #ADAFB8;
}
.TagClassName
{
border-color: #ADAFB8;
}
</style>