Shades of Mischka #B5B6BA
Tints of Mischka #B5B6BA
RGB
CMYK
RGB Variations
Color information
#B5B6BA (or 0xB5B6BA) is known color: Mischka. HEX triplet: B5, B6 and BA. RGB value is (181,182,186). Sum of RGB (Red+Green+Blue) = 181+182+186=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B6BA is #4A4945. Grayscale: #B6B6B6. Windows color (decimal): -4868422 or 12236469. OLE color: 12236469.
HSL color Cylindrical-coordinate representation of color #B5B6BA: hue angle of 228º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B6BA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 182 | 186 | - |
CMYK | 0.03 | 0.02 | 0 | 0.27 |
HSL | 228º | 0.03% | 0.72% | - |
HSV(B) | 228º | 0.03% | 0.73% | - |
XYZ | 44.65 | 46.82 | 53.14 | - |
YUV | 182.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 182 | 186 | 0.03 | 0.02 | 0 | 0.27 | 228 | 0.03 | 0.72 |
Hex | B5 | B6 | BA | 3 | 2 | 0 | 1B | E4 | 3 | 48 |
Octal | 265 | 266 | 272 | 3 | 2 | 0 | 33 | 344 | 3 | 110 |
Binary | 10110101 | 10110110 | 10111010 | 11 | 10 | 0 | 11011 | 11100100 | 11 | 1001000 |
Color Harmonies of #B5B6BA
Complementary color
Monochromatic Colors of #B5B6BA
Black with #B5B6BA
Text Example
Text Example
White with #B5B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B6BA; }
p { color: rgb(181,182,186); }
H1.HeaderClassName
{
color: #B5B6BA;
}
.AnyTagClassName
{
color: #B5B6BA;
}
</style>
background-color css
<style>
a { background-color: #B5B6BA; }
a { background-color: rgb(181,182,186); }
div.DivClassName
{
background-color: #B5B6BA;
}
.BgClassName
{
background-color: #B5B6BA;
}
</style>
border-color css
<style>
span { border-color: #B5B6BA; }
span { border-color: rgb(181,182,186); }
td.TdClassName
{
border-color: #B5B6BA;
}
.TagClassName
{
border-color: #B5B6BA;
}
</style>