Shades of East Side #B196BA
Tints of East Side #B196BA
RGB
CMYK
RGB Variations
Color information
#B196BA (or 0xB196BA) is known color: East Side. HEX triplet: B1, 96 and BA. RGB value is (177,150,186). Sum of RGB (Red+Green+Blue) = 177+150+186=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B196BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196BA is #4E6945. Grayscale: #A2A2A2. Windows color (decimal): -5138758 or 12228273. OLE color: 12228273.
HSL color Cylindrical-coordinate representation of color #B196BA: hue angle of 285º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B196BA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 150 | 186 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.27 |
| HSL | 285º | 0.21% | 0.66% | - |
| HSV(B) | 285º | 0.19% | 0.73% | - |
| XYZ | 37.9 | 34.7 | 51.16 | - |
| YUV | 162.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 186 | 0.05 | 0.19 | 0 | 0.27 | 285 | 0.21 | 0.66 |
| Hex | B1 | 96 | BA | 5 | 13 | 0 | 1B | 11D | 15 | 42 |
| Octal | 261 | 226 | 272 | 5 | 23 | 0 | 33 | 435 | 25 | 102 |
| Binary | 10110001 | 10010110 | 10111010 | 101 | 10011 | 0 | 11011 | 100011101 | 10101 | 1000010 |
Color Harmonies of #B196BA
Complementary color
Monochromatic Colors of #B196BA
Black with #B196BA
Text Example
Text Example
White with #B196BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B196BA; }
p { color: rgb(177,150,186); }
H1.HeaderClassName
{
color: #B196BA;
}
.AnyTagClassName
{
color: #B196BA;
}
</style>
background-color css
<style>
a { background-color: #B196BA; }
a { background-color: rgb(177,150,186); }
div.DivClassName
{
background-color: #B196BA;
}
.BgClassName
{
background-color: #B196BA;
}
</style>
border-color css
<style>
span { border-color: #B196BA; }
span { border-color: rgb(177,150,186); }
td.TdClassName
{
border-color: #B196BA;
}
.TagClassName
{
border-color: #B196BA;
}
</style>