Shades of Mischka #ADAEBC
Tints of Mischka #ADAEBC
RGB
CMYK
RGB Variations
Color information
#ADAEBC (or 0xADAEBC) is known color: Mischka. HEX triplet: AD, AE and BC. RGB value is (173,174,188). Sum of RGB (Red+Green+Blue) = 173+174+188=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEBC is #525143. Grayscale: #AFAFAF. Windows color (decimal): -5394756 or 12365485. OLE color: 12365485.
HSL color Cylindrical-coordinate representation of color #ADAEBC: hue angle of 236º degrees, saturation: 0.1, 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 #ADAEBC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 174 | 188 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.26 |
| HSL | 236º | 0.1% | 0.71% | - |
| HSV(B) | 236º | 0.08% | 0.74% | - |
| XYZ | 41.45 | 42.79 | 53.65 | - |
| YUV | 175.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 188 | 0.08 | 0.07 | 0 | 0.26 | 236 | 0.1 | 0.71 |
| Hex | AD | AE | BC | 8 | 7 | 0 | 1A | EC | A | 47 |
| Octal | 255 | 256 | 274 | 10 | 7 | 0 | 32 | 354 | 12 | 107 |
| Binary | 10101101 | 10101110 | 10111100 | 1000 | 111 | 0 | 11010 | 11101100 | 1010 | 1000111 |
Color Harmonies of #ADAEBC
Complementary color
Monochromatic Colors of #ADAEBC
Black with #ADAEBC
Text Example
Text Example
White with #ADAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEBC; }
p { color: rgb(173,174,188); }
H1.HeaderClassName
{
color: #ADAEBC;
}
.AnyTagClassName
{
color: #ADAEBC;
}
</style>
background-color css
<style>
a { background-color: #ADAEBC; }
a { background-color: rgb(173,174,188); }
div.DivClassName
{
background-color: #ADAEBC;
}
.BgClassName
{
background-color: #ADAEBC;
}
</style>
border-color css
<style>
span { border-color: #ADAEBC; }
span { border-color: rgb(173,174,188); }
td.TdClassName
{
border-color: #ADAEBC;
}
.TagClassName
{
border-color: #ADAEBC;
}
</style>