Shades of Mischka #AFB0BB
Tints of Mischka #AFB0BB
RGB
CMYK
RGB Variations
Color information
#AFB0BB (or 0xAFB0BB) is known color: Mischka. HEX triplet: AF, B0 and BB. RGB value is (175,176,187). Sum of RGB (Red+Green+Blue) = 175+176+187=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BB is #504F44. Grayscale: #B0B0B0. Windows color (decimal): -5263173 or 12300463. OLE color: 12300463.
HSL color Cylindrical-coordinate representation of color #AFB0BB: hue angle of 235º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB0BB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 176 | 187 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.27 |
| HSL | 235º | 0.08% | 0.71% | - |
| HSV(B) | 235º | 0.06% | 0.73% | - |
| XYZ | 42.17 | 43.75 | 53.24 | - |
| YUV | 176.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 187 | 0.06 | 0.06 | 0 | 0.27 | 235 | 0.08 | 0.71 |
| Hex | AF | B0 | BB | 6 | 6 | 0 | 1B | EB | 8 | 47 |
| Octal | 257 | 260 | 273 | 6 | 6 | 0 | 33 | 353 | 10 | 107 |
| Binary | 10101111 | 10110000 | 10111011 | 110 | 110 | 0 | 11011 | 11101011 | 1000 | 1000111 |
Color Harmonies of #AFB0BB
Complementary color
Monochromatic Colors of #AFB0BB
Black with #AFB0BB
Text Example
Text Example
White with #AFB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0BB; }
p { color: rgb(175,176,187); }
H1.HeaderClassName
{
color: #AFB0BB;
}
.AnyTagClassName
{
color: #AFB0BB;
}
</style>
background-color css
<style>
a { background-color: #AFB0BB; }
a { background-color: rgb(175,176,187); }
div.DivClassName
{
background-color: #AFB0BB;
}
.BgClassName
{
background-color: #AFB0BB;
}
</style>
border-color css
<style>
span { border-color: #AFB0BB; }
span { border-color: rgb(175,176,187); }
td.TdClassName
{
border-color: #AFB0BB;
}
.TagClassName
{
border-color: #AFB0BB;
}
</style>