Shades of Mischka #B1B4BC
Tints of Mischka #B1B4BC
RGB
CMYK
RGB Variations
Color information
#B1B4BC (or 0xB1B4BC) is known color: Mischka. HEX triplet: B1, B4 and BC. RGB value is (177,180,188). Sum of RGB (Red+Green+Blue) = 177+180+188=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B4BC is #4E4B43. Grayscale: #B3B3B3. Windows color (decimal): -5131076 or 12367025. OLE color: 12367025.
HSL color Cylindrical-coordinate representation of color #B1B4BC: hue angle of 223.64º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1B4BC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 180 | 188 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.26 |
| HSL | 223.64º | 0.08% | 0.72% | - |
| HSV(B) | 223.64º | 0.06% | 0.74% | - |
| XYZ | 43.53 | 45.62 | 54.09 | - |
| YUV | 180.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 188 | 0.06 | 0.04 | 0 | 0.26 | 223.64 | 0.08 | 0.72 |
| Hex | B1 | B4 | BC | 6 | 4 | 0 | 1A | E0 | 8 | 48 |
| Octal | 261 | 264 | 274 | 6 | 4 | 0 | 32 | 340 | 10 | 110 |
| Binary | 10110001 | 10110100 | 10111100 | 110 | 100 | 0 | 11010 | 11100000 | 1000 | 1001000 |
Color Harmonies of #B1B4BC
Complementary color
Monochromatic Colors of #B1B4BC
Black with #B1B4BC
Text Example
Text Example
White with #B1B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B4BC; }
p { color: rgb(177,180,188); }
H1.HeaderClassName
{
color: #B1B4BC;
}
.AnyTagClassName
{
color: #B1B4BC;
}
</style>
background-color css
<style>
a { background-color: #B1B4BC; }
a { background-color: rgb(177,180,188); }
div.DivClassName
{
background-color: #B1B4BC;
}
.BgClassName
{
background-color: #B1B4BC;
}
</style>
border-color css
<style>
span { border-color: #B1B4BC; }
span { border-color: rgb(177,180,188); }
td.TdClassName
{
border-color: #B1B4BC;
}
.TagClassName
{
border-color: #B1B4BC;
}
</style>