Shades of Mischka #A8ADBB
Tints of Mischka #A8ADBB
RGB
CMYK
RGB Variations
Color information
#A8ADBB (or 0xA8ADBB) is known color: Mischka. HEX triplet: A8, AD and BB. RGB value is (168,173,187). Sum of RGB (Red+Green+Blue) = 168+173+187=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADBB is #575244. Grayscale: #ADADAD. Windows color (decimal): -5722693 or 12299688. OLE color: 12299688.
HSL color Cylindrical-coordinate representation of color #A8ADBB: hue angle of 224.21º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8ADBB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 173 | 187 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.27 |
| HSL | 224.21º | 0.12% | 0.7% | - |
| HSV(B) | 224.21º | 0.1% | 0.73% | - |
| XYZ | 40.06 | 41.8 | 52.97 | - |
| YUV | 173.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 187 | 0.10 | 0.07 | 0 | 0.27 | 224.21 | 0.12 | 0.7 |
| Hex | A8 | AD | BB | A | 7 | 0 | 1B | E0 | C | 46 |
| Octal | 250 | 255 | 273 | 12 | 7 | 0 | 33 | 340 | 14 | 106 |
| Binary | 10101000 | 10101101 | 10111011 | 1010 | 111 | 0 | 11011 | 11100000 | 1100 | 1000110 |
Color Harmonies of #A8ADBB
Complementary color
Monochromatic Colors of #A8ADBB
Black with #A8ADBB
Text Example
Text Example
White with #A8ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADBB; }
p { color: rgb(168,173,187); }
H1.HeaderClassName
{
color: #A8ADBB;
}
.AnyTagClassName
{
color: #A8ADBB;
}
</style>
background-color css
<style>
a { background-color: #A8ADBB; }
a { background-color: rgb(168,173,187); }
div.DivClassName
{
background-color: #A8ADBB;
}
.BgClassName
{
background-color: #A8ADBB;
}
</style>
border-color css
<style>
span { border-color: #A8ADBB; }
span { border-color: rgb(168,173,187); }
td.TdClassName
{
border-color: #A8ADBB;
}
.TagClassName
{
border-color: #A8ADBB;
}
</style>