Shades of Mischka #ADAFBB
Tints of Mischka #ADAFBB
RGB
CMYK
RGB Variations
Color information
#ADAFBB (or 0xADAFBB) is known color: Mischka. HEX triplet: AD, AF and BB. RGB value is (173,175,187). Sum of RGB (Red+Green+Blue) = 173+175+187=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBB is #525044. Grayscale: #AFAFAF. Windows color (decimal): -5394501 or 12300205. OLE color: 12300205.
HSL color Cylindrical-coordinate representation of color #ADAFBB: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAFBB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 175 | 187 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.27 |
| HSL | 231.43º | 0.09% | 0.71% | - |
| HSV(B) | 231.43º | 0.07% | 0.73% | - |
| XYZ | 41.53 | 43.13 | 53.15 | - |
| YUV | 175.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 187 | 0.07 | 0.06 | 0 | 0.27 | 231.43 | 0.09 | 0.71 |
| Hex | AD | AF | BB | 7 | 6 | 0 | 1B | E7 | 9 | 47 |
| Octal | 255 | 257 | 273 | 7 | 6 | 0 | 33 | 347 | 11 | 107 |
| Binary | 10101101 | 10101111 | 10111011 | 111 | 110 | 0 | 11011 | 11100111 | 1001 | 1000111 |
Color Harmonies of #ADAFBB
Complementary color
Monochromatic Colors of #ADAFBB
Black with #ADAFBB
Text Example
Text Example
White with #ADAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFBB; }
p { color: rgb(173,175,187); }
H1.HeaderClassName
{
color: #ADAFBB;
}
.AnyTagClassName
{
color: #ADAFBB;
}
</style>
background-color css
<style>
a { background-color: #ADAFBB; }
a { background-color: rgb(173,175,187); }
div.DivClassName
{
background-color: #ADAFBB;
}
.BgClassName
{
background-color: #ADAFBB;
}
</style>
border-color css
<style>
span { border-color: #ADAFBB; }
span { border-color: rgb(173,175,187); }
td.TdClassName
{
border-color: #ADAFBB;
}
.TagClassName
{
border-color: #ADAFBB;
}
</style>