Shades of Mischka #ADAFBA
Tints of Mischka #ADAFBA
RGB
CMYK
RGB Variations
Color information
#ADAFBA (or 0xADAFBA) is known color: Mischka. HEX triplet: AD, AF and BA. RGB value is (173,175,186). Sum of RGB (Red+Green+Blue) = 173+175+186=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBA is #525045. Grayscale: #AFAFAF. Windows color (decimal): -5394502 or 12234669. OLE color: 12234669.
HSL color Cylindrical-coordinate representation of color #ADAFBA: hue angle of 230.77º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAFBA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 175 | 186 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.27 |
| HSL | 230.77º | 0.09% | 0.7% | - |
| HSV(B) | 230.77º | 0.07% | 0.73% | - |
| XYZ | 41.43 | 43.09 | 52.59 | - |
| YUV | 175.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 186 | 0.07 | 0.06 | 0 | 0.27 | 230.77 | 0.09 | 0.7 |
| Hex | AD | AF | BA | 7 | 6 | 0 | 1B | E7 | 9 | 46 |
| Octal | 255 | 257 | 272 | 7 | 6 | 0 | 33 | 347 | 11 | 106 |
| Binary | 10101101 | 10101111 | 10111010 | 111 | 110 | 0 | 11011 | 11100111 | 1001 | 1000110 |
Color Harmonies of #ADAFBA
Complementary color
Monochromatic Colors of #ADAFBA
Black with #ADAFBA
Text Example
Text Example
White with #ADAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFBA; }
p { color: rgb(173,175,186); }
H1.HeaderClassName
{
color: #ADAFBA;
}
.AnyTagClassName
{
color: #ADAFBA;
}
</style>
background-color css
<style>
a { background-color: #ADAFBA; }
a { background-color: rgb(173,175,186); }
div.DivClassName
{
background-color: #ADAFBA;
}
.BgClassName
{
background-color: #ADAFBA;
}
</style>
border-color css
<style>
span { border-color: #ADAFBA; }
span { border-color: rgb(173,175,186); }
td.TdClassName
{
border-color: #ADAFBA;
}
.TagClassName
{
border-color: #ADAFBA;
}
</style>