Shades of Mischka #B2B5BC
Tints of Mischka #B2B5BC
RGB
CMYK
RGB Variations
Color information
#B2B5BC (or 0xB2B5BC) is known color: Mischka. HEX triplet: B2, B5 and BC. RGB value is (178,181,188). Sum of RGB (Red+Green+Blue) = 178+181+188=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5BC is #4D4A43. Grayscale: #B4B4B4. Windows color (decimal): -5065284 or 12367282. OLE color: 12367282.
HSL color Cylindrical-coordinate representation of color #B2B5BC: hue angle of 222º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B5BC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 181 | 188 | - |
CMYK | 0.05 | 0.04 | 0 | 0.26 |
HSL | 222º | 0.07% | 0.72% | - |
HSV(B) | 222º | 0.05% | 0.74% | - |
XYZ | 43.96 | 46.14 | 54.17 | - |
YUV | 180.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 188 | 0.05 | 0.04 | 0 | 0.26 | 222 | 0.07 | 0.72 |
Hex | B2 | B5 | BC | 5 | 4 | 0 | 1A | DE | 7 | 48 |
Octal | 262 | 265 | 274 | 5 | 4 | 0 | 32 | 336 | 7 | 110 |
Binary | 10110010 | 10110101 | 10111100 | 101 | 100 | 0 | 11010 | 11011110 | 111 | 1001000 |
Color Harmonies of #B2B5BC
Complementary color
Monochromatic Colors of #B2B5BC
Black with #B2B5BC
Text Example
Text Example
White with #B2B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5BC; }
p { color: rgb(178,181,188); }
H1.HeaderClassName
{
color: #B2B5BC;
}
.AnyTagClassName
{
color: #B2B5BC;
}
</style>
background-color css
<style>
a { background-color: #B2B5BC; }
a { background-color: rgb(178,181,188); }
div.DivClassName
{
background-color: #B2B5BC;
}
.BgClassName
{
background-color: #B2B5BC;
}
</style>
border-color css
<style>
span { border-color: #B2B5BC; }
span { border-color: rgb(178,181,188); }
td.TdClassName
{
border-color: #B2B5BC;
}
.TagClassName
{
border-color: #B2B5BC;
}
</style>