Shades of Mischka #A8B0BB
Tints of Mischka #A8B0BB
RGB
CMYK
RGB Variations
Color information
#A8B0BB (or 0xA8B0BB) is known color: Mischka. HEX triplet: A8, B0 and BB. RGB value is (168,176,187). Sum of RGB (Red+Green+Blue) = 168+176+187=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0BB is #574F44. Grayscale: #AEAEAE. Windows color (decimal): -5721925 or 12300456. OLE color: 12300456.
HSL color Cylindrical-coordinate representation of color #A8B0BB: hue angle of 214.74º 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 #A8B0BB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 176 | 187 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.27 |
| HSL | 214.74º | 0.12% | 0.7% | - |
| HSV(B) | 214.74º | 0.1% | 0.73% | - |
| XYZ | 40.64 | 42.96 | 53.16 | - |
| YUV | 174.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 187 | 0.10 | 0.06 | 0 | 0.27 | 214.74 | 0.12 | 0.7 |
| Hex | A8 | B0 | BB | A | 6 | 0 | 1B | D7 | C | 46 |
| Octal | 250 | 260 | 273 | 12 | 6 | 0 | 33 | 327 | 14 | 106 |
| Binary | 10101000 | 10110000 | 10111011 | 1010 | 110 | 0 | 11011 | 11010111 | 1100 | 1000110 |
Color Harmonies of #A8B0BB
Complementary color
Monochromatic Colors of #A8B0BB
Black with #A8B0BB
Text Example
Text Example
White with #A8B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0BB; }
p { color: rgb(168,176,187); }
H1.HeaderClassName
{
color: #A8B0BB;
}
.AnyTagClassName
{
color: #A8B0BB;
}
</style>
background-color css
<style>
a { background-color: #A8B0BB; }
a { background-color: rgb(168,176,187); }
div.DivClassName
{
background-color: #A8B0BB;
}
.BgClassName
{
background-color: #A8B0BB;
}
</style>
border-color css
<style>
span { border-color: #A8B0BB; }
span { border-color: rgb(168,176,187); }
td.TdClassName
{
border-color: #A8B0BB;
}
.TagClassName
{
border-color: #A8B0BB;
}
</style>