Shades of Mischka #AFB2BC
Tints of Mischka #AFB2BC
RGB
CMYK
RGB Variations
Color information
#AFB2BC (or 0xAFB2BC) is known color: Mischka. HEX triplet: AF, B2 and BC. RGB value is (175,178,188). Sum of RGB (Red+Green+Blue) = 175+178+188=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BC is #504D43. Grayscale: #B2B2B2. Windows color (decimal): -5262660 or 12366511. OLE color: 12366511.
HSL color Cylindrical-coordinate representation of color #AFB2BC: hue angle of 226.15º 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 #AFB2BC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 178 | 188 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.26 |
| HSL | 226.15º | 0.09% | 0.71% | - |
| HSV(B) | 226.15º | 0.07% | 0.74% | - |
| XYZ | 42.68 | 44.59 | 53.93 | - |
| YUV | 178.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 188 | 0.07 | 0.05 | 0 | 0.26 | 226.15 | 0.09 | 0.71 |
| Hex | AF | B2 | BC | 7 | 5 | 0 | 1A | E2 | 9 | 47 |
| Octal | 257 | 262 | 274 | 7 | 5 | 0 | 32 | 342 | 11 | 107 |
| Binary | 10101111 | 10110010 | 10111100 | 111 | 101 | 0 | 11010 | 11100010 | 1001 | 1000111 |
Color Harmonies of #AFB2BC
Complementary color
Monochromatic Colors of #AFB2BC
Black with #AFB2BC
Text Example
Text Example
White with #AFB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2BC; }
p { color: rgb(175,178,188); }
H1.HeaderClassName
{
color: #AFB2BC;
}
.AnyTagClassName
{
color: #AFB2BC;
}
</style>
background-color css
<style>
a { background-color: #AFB2BC; }
a { background-color: rgb(175,178,188); }
div.DivClassName
{
background-color: #AFB2BC;
}
.BgClassName
{
background-color: #AFB2BC;
}
</style>
border-color css
<style>
span { border-color: #AFB2BC; }
span { border-color: rgb(175,178,188); }
td.TdClassName
{
border-color: #AFB2BC;
}
.TagClassName
{
border-color: #AFB2BC;
}
</style>