Shades of Mischka #B5B7BB
Tints of Mischka #B5B7BB
RGB
CMYK
RGB Variations
Color information
#B5B7BB (or 0xB5B7BB) is known color: Mischka. HEX triplet: B5, B7 and BB. RGB value is (181,183,187). Sum of RGB (Red+Green+Blue) = 181+183+187=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7BB is #4A4844. Grayscale: #B6B6B6. Windows color (decimal): -4868165 or 12302261. OLE color: 12302261.
HSL color Cylindrical-coordinate representation of color #B5B7BB: hue angle of 220º degrees, saturation: 0.04, 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 #B5B7BB is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 183 | 187 | - |
CMYK | 0.03 | 0.02 | 0 | 0.27 |
HSL | 220º | 0.04% | 0.72% | - |
HSV(B) | 220º | 0.03% | 0.73% | - |
XYZ | 44.96 | 47.28 | 53.77 | - |
YUV | 182.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 183 | 187 | 0.03 | 0.02 | 0 | 0.27 | 220 | 0.04 | 0.72 |
Hex | B5 | B7 | BB | 3 | 2 | 0 | 1B | DC | 4 | 48 |
Octal | 265 | 267 | 273 | 3 | 2 | 0 | 33 | 334 | 4 | 110 |
Binary | 10110101 | 10110111 | 10111011 | 11 | 10 | 0 | 11011 | 11011100 | 100 | 1001000 |
Color Harmonies of #B5B7BB
Complementary color
Monochromatic Colors of #B5B7BB
Black with #B5B7BB
Text Example
Text Example
White with #B5B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7BB; }
p { color: rgb(181,183,187); }
H1.HeaderClassName
{
color: #B5B7BB;
}
.AnyTagClassName
{
color: #B5B7BB;
}
</style>
background-color css
<style>
a { background-color: #B5B7BB; }
a { background-color: rgb(181,183,187); }
div.DivClassName
{
background-color: #B5B7BB;
}
.BgClassName
{
background-color: #B5B7BB;
}
</style>
border-color css
<style>
span { border-color: #B5B7BB; }
span { border-color: rgb(181,183,187); }
td.TdClassName
{
border-color: #B5B7BB;
}
.TagClassName
{
border-color: #B5B7BB;
}
</style>