Shades of East Side #B095BA
Tints of East Side #B095BA
RGB
CMYK
RGB Variations
Color information
#B095BA (or 0xB095BA) is known color: East Side. HEX triplet: B0, 95 and BA. RGB value is (176,149,186). Sum of RGB (Red+Green+Blue) = 176+149+186=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B095BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BA is #4F6A45. Grayscale: #A1A1A1. Windows color (decimal): -5204550 or 12228016. OLE color: 12228016.
HSL color Cylindrical-coordinate representation of color #B095BA: hue angle of 283.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B095BA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 149 | 186 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.27 |
| HSL | 283.78º | 0.21% | 0.66% | - |
| HSV(B) | 283.78º | 0.2% | 0.73% | - |
| XYZ | 37.51 | 34.27 | 51.09 | - |
| YUV | 161.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 186 | 0.05 | 0.20 | 0 | 0.27 | 283.78 | 0.21 | 0.66 |
| Hex | B0 | 95 | BA | 5 | 14 | 0 | 1B | 11C | 15 | 42 |
| Octal | 260 | 225 | 272 | 5 | 24 | 0 | 33 | 434 | 25 | 102 |
| Binary | 10110000 | 10010101 | 10111010 | 101 | 10100 | 0 | 11011 | 100011100 | 10101 | 1000010 |
Color Harmonies of #B095BA
Complementary color
Monochromatic Colors of #B095BA
Black with #B095BA
Text Example
Text Example
White with #B095BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095BA; }
p { color: rgb(176,149,186); }
H1.HeaderClassName
{
color: #B095BA;
}
.AnyTagClassName
{
color: #B095BA;
}
</style>
background-color css
<style>
a { background-color: #B095BA; }
a { background-color: rgb(176,149,186); }
div.DivClassName
{
background-color: #B095BA;
}
.BgClassName
{
background-color: #B095BA;
}
</style>
border-color css
<style>
span { border-color: #B095BA; }
span { border-color: rgb(176,149,186); }
td.TdClassName
{
border-color: #B095BA;
}
.TagClassName
{
border-color: #B095BA;
}
</style>