Shades of Mischka #B0B2BC
Tints of Mischka #B0B2BC
RGB
CMYK
RGB Variations
Color information
#B0B2BC (or 0xB0B2BC) is known color: Mischka. HEX triplet: B0, B2 and BC. RGB value is (176,178,188). Sum of RGB (Red+Green+Blue) = 176+178+188=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2BC is #4F4D43. Grayscale: #B2B2B2. Windows color (decimal): -5197124 or 12366512. OLE color: 12366512.
HSL color Cylindrical-coordinate representation of color #B0B2BC: hue angle of 230º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B2BC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 178 | 188 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.26 |
| HSL | 230º | 0.08% | 0.71% | - |
| HSV(B) | 230º | 0.06% | 0.74% | - |
| XYZ | 42.9 | 44.7 | 53.94 | - |
| YUV | 178.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 188 | 0.06 | 0.05 | 0 | 0.26 | 230 | 0.08 | 0.71 |
| Hex | B0 | B2 | BC | 6 | 5 | 0 | 1A | E6 | 8 | 47 |
| Octal | 260 | 262 | 274 | 6 | 5 | 0 | 32 | 346 | 10 | 107 |
| Binary | 10110000 | 10110010 | 10111100 | 110 | 101 | 0 | 11010 | 11100110 | 1000 | 1000111 |
Color Harmonies of #B0B2BC
Complementary color
Monochromatic Colors of #B0B2BC
Black with #B0B2BC
Text Example
Text Example
White with #B0B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2BC; }
p { color: rgb(176,178,188); }
H1.HeaderClassName
{
color: #B0B2BC;
}
.AnyTagClassName
{
color: #B0B2BC;
}
</style>
background-color css
<style>
a { background-color: #B0B2BC; }
a { background-color: rgb(176,178,188); }
div.DivClassName
{
background-color: #B0B2BC;
}
.BgClassName
{
background-color: #B0B2BC;
}
</style>
border-color css
<style>
span { border-color: #B0B2BC; }
span { border-color: rgb(176,178,188); }
td.TdClassName
{
border-color: #B0B2BC;
}
.TagClassName
{
border-color: #B0B2BC;
}
</style>