Shades of Mischka #AFB0BC
Tints of Mischka #AFB0BC
RGB
CMYK
RGB Variations
Color information
#AFB0BC (or 0xAFB0BC) is known color: Mischka. HEX triplet: AF, B0 and BC. RGB value is (175,176,188). Sum of RGB (Red+Green+Blue) = 175+176+188=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BC is #504F43. Grayscale: #B1B1B1. Windows color (decimal): -5263172 or 12365999. OLE color: 12365999.
HSL color Cylindrical-coordinate representation of color #AFB0BC: hue angle of 235.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB0BC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 176 | 188 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.26 |
| HSL | 235.38º | 0.09% | 0.71% | - |
| HSV(B) | 235.38º | 0.07% | 0.74% | - |
| XYZ | 42.28 | 43.8 | 53.8 | - |
| YUV | 177.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 188 | 0.07 | 0.06 | 0 | 0.26 | 235.38 | 0.09 | 0.71 |
| Hex | AF | B0 | BC | 7 | 6 | 0 | 1A | EB | 9 | 47 |
| Octal | 257 | 260 | 274 | 7 | 6 | 0 | 32 | 353 | 11 | 107 |
| Binary | 10101111 | 10110000 | 10111100 | 111 | 110 | 0 | 11010 | 11101011 | 1001 | 1000111 |
Color Harmonies of #AFB0BC
Complementary color
Monochromatic Colors of #AFB0BC
Black with #AFB0BC
Text Example
Text Example
White with #AFB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0BC; }
p { color: rgb(175,176,188); }
H1.HeaderClassName
{
color: #AFB0BC;
}
.AnyTagClassName
{
color: #AFB0BC;
}
</style>
background-color css
<style>
a { background-color: #AFB0BC; }
a { background-color: rgb(175,176,188); }
div.DivClassName
{
background-color: #AFB0BC;
}
.BgClassName
{
background-color: #AFB0BC;
}
</style>
border-color css
<style>
span { border-color: #AFB0BC; }
span { border-color: rgb(175,176,188); }
td.TdClassName
{
border-color: #AFB0BC;
}
.TagClassName
{
border-color: #AFB0BC;
}
</style>