Shades of Mischka #AFB0B8
Tints of Mischka #AFB0B8
RGB
CMYK
RGB Variations
Color information
#AFB0B8 (or 0xAFB0B8) is known color: Mischka. HEX triplet: AF, B0 and B8. RGB value is (175,176,184). Sum of RGB (Red+Green+Blue) = 175+176+184=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFB0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0B8 is #504F47. Grayscale: #B0B0B0. Windows color (decimal): -5263176 or 12103855. OLE color: 12103855.
HSL color Cylindrical-coordinate representation of color #AFB0B8: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB0B8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 176 | 184 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.28 |
| HSL | 233.33º | 0.06% | 0.7% | - |
| HSV(B) | 233.33º | 0.05% | 0.72% | - |
| XYZ | 41.86 | 43.63 | 51.56 | - |
| YUV | 176.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 184 | 0.05 | 0.04 | 0 | 0.28 | 233.33 | 0.06 | 0.7 |
| Hex | AF | B0 | B8 | 5 | 4 | 0 | 1C | E9 | 6 | 46 |
| Octal | 257 | 260 | 270 | 5 | 4 | 0 | 34 | 351 | 6 | 106 |
| Binary | 10101111 | 10110000 | 10111000 | 101 | 100 | 0 | 11100 | 11101001 | 110 | 1000110 |
Color Harmonies of #AFB0B8
Complementary color
Monochromatic Colors of #AFB0B8
Black with #AFB0B8
Text Example
Text Example
White with #AFB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0B8; }
p { color: rgb(175,176,184); }
H1.HeaderClassName
{
color: #AFB0B8;
}
.AnyTagClassName
{
color: #AFB0B8;
}
</style>
background-color css
<style>
a { background-color: #AFB0B8; }
a { background-color: rgb(175,176,184); }
div.DivClassName
{
background-color: #AFB0B8;
}
.BgClassName
{
background-color: #AFB0B8;
}
</style>
border-color css
<style>
span { border-color: #AFB0B8; }
span { border-color: rgb(175,176,184); }
td.TdClassName
{
border-color: #AFB0B8;
}
.TagClassName
{
border-color: #AFB0B8;
}
</style>