Shades of Mischka #B2B5BA
Tints of Mischka #B2B5BA
RGB
CMYK
RGB Variations
Color information
#B2B5BA (or 0xB2B5BA) is known color: Mischka. HEX triplet: B2, B5 and BA. RGB value is (178,181,186). Sum of RGB (Red+Green+Blue) = 178+181+186=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5BA is #4D4A45. Grayscale: #B4B4B4. Windows color (decimal): -5065286 or 12236210. OLE color: 12236210.
HSL color Cylindrical-coordinate representation of color #B2B5BA: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B5BA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 181 | 186 | - |
CMYK | 0.04 | 0.03 | 0 | 0.27 |
HSL | 217.5º | 0.05% | 0.71% | - |
HSV(B) | 217.5º | 0.04% | 0.73% | - |
XYZ | 43.75 | 46.06 | 53.04 | - |
YUV | 180.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 186 | 0.04 | 0.03 | 0 | 0.27 | 217.5 | 0.05 | 0.71 |
Hex | B2 | B5 | BA | 4 | 3 | 0 | 1B | DA | 5 | 47 |
Octal | 262 | 265 | 272 | 4 | 3 | 0 | 33 | 332 | 5 | 107 |
Binary | 10110010 | 10110101 | 10111010 | 100 | 11 | 0 | 11011 | 11011010 | 101 | 1000111 |
Color Harmonies of #B2B5BA
Complementary color
Monochromatic Colors of #B2B5BA
Black with #B2B5BA
Text Example
Text Example
White with #B2B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5BA; }
p { color: rgb(178,181,186); }
H1.HeaderClassName
{
color: #B2B5BA;
}
.AnyTagClassName
{
color: #B2B5BA;
}
</style>
background-color css
<style>
a { background-color: #B2B5BA; }
a { background-color: rgb(178,181,186); }
div.DivClassName
{
background-color: #B2B5BA;
}
.BgClassName
{
background-color: #B2B5BA;
}
</style>
border-color css
<style>
span { border-color: #B2B5BA; }
span { border-color: rgb(178,181,186); }
td.TdClassName
{
border-color: #B2B5BA;
}
.TagClassName
{
border-color: #B2B5BA;
}
</style>