Shades of Mischka #ADAEBB
Tints of Mischka #ADAEBB
RGB
CMYK
RGB Variations
Color information
#ADAEBB (or 0xADAEBB) is known color: Mischka. HEX triplet: AD, AE and BB. RGB value is (173,174,187). Sum of RGB (Red+Green+Blue) = 173+174+187=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEBB is #525144. Grayscale: #AFAFAF. Windows color (decimal): -5394757 or 12299949. OLE color: 12299949.
HSL color Cylindrical-coordinate representation of color #ADAEBB: hue angle of 235.71º 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 #ADAEBB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 174 | 187 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.27 |
| HSL | 235.71º | 0.09% | 0.71% | - |
| HSV(B) | 235.71º | 0.07% | 0.73% | - |
| XYZ | 41.34 | 42.74 | 53.09 | - |
| YUV | 175.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 187 | 0.07 | 0.07 | 0 | 0.27 | 235.71 | 0.09 | 0.71 |
| Hex | AD | AE | BB | 7 | 7 | 0 | 1B | EC | 9 | 47 |
| Octal | 255 | 256 | 273 | 7 | 7 | 0 | 33 | 354 | 11 | 107 |
| Binary | 10101101 | 10101110 | 10111011 | 111 | 111 | 0 | 11011 | 11101100 | 1001 | 1000111 |
Color Harmonies of #ADAEBB
Complementary color
Monochromatic Colors of #ADAEBB
Black with #ADAEBB
Text Example
Text Example
White with #ADAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEBB; }
p { color: rgb(173,174,187); }
H1.HeaderClassName
{
color: #ADAEBB;
}
.AnyTagClassName
{
color: #ADAEBB;
}
</style>
background-color css
<style>
a { background-color: #ADAEBB; }
a { background-color: rgb(173,174,187); }
div.DivClassName
{
background-color: #ADAEBB;
}
.BgClassName
{
background-color: #ADAEBB;
}
</style>
border-color css
<style>
span { border-color: #ADAEBB; }
span { border-color: rgb(173,174,187); }
td.TdClassName
{
border-color: #ADAEBB;
}
.TagClassName
{
border-color: #ADAEBB;
}
</style>