Shades of East Side #B097BA
Tints of East Side #B097BA
RGB
CMYK
RGB Variations
Color information
#B097BA (or 0xB097BA) is known color: East Side. HEX triplet: B0, 97 and BA. RGB value is (176,151,186). Sum of RGB (Red+Green+Blue) = 176+151+186=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 151 (59.38% from 255 or 29.43% 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 #B097BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097BA is #4F6845. Grayscale: #A2A2A2. Windows color (decimal): -5204038 or 12228528. OLE color: 12228528.
HSL color Cylindrical-coordinate representation of color #B097BA: hue angle of 282.86º degrees, saturation: 0.2, 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 #B097BA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 151 | 186 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.27 |
| HSL | 282.86º | 0.2% | 0.66% | - |
| HSV(B) | 282.86º | 0.19% | 0.73% | - |
| XYZ | 37.83 | 34.91 | 51.2 | - |
| YUV | 162.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 186 | 0.05 | 0.19 | 0 | 0.27 | 282.86 | 0.2 | 0.66 |
| Hex | B0 | 97 | BA | 5 | 13 | 0 | 1B | 11B | 14 | 42 |
| Octal | 260 | 227 | 272 | 5 | 23 | 0 | 33 | 433 | 24 | 102 |
| Binary | 10110000 | 10010111 | 10111010 | 101 | 10011 | 0 | 11011 | 100011011 | 10100 | 1000010 |
Color Harmonies of #B097BA
Complementary color
Monochromatic Colors of #B097BA
Black with #B097BA
Text Example
Text Example
White with #B097BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097BA; }
p { color: rgb(176,151,186); }
H1.HeaderClassName
{
color: #B097BA;
}
.AnyTagClassName
{
color: #B097BA;
}
</style>
background-color css
<style>
a { background-color: #B097BA; }
a { background-color: rgb(176,151,186); }
div.DivClassName
{
background-color: #B097BA;
}
.BgClassName
{
background-color: #B097BA;
}
</style>
border-color css
<style>
span { border-color: #B097BA; }
span { border-color: rgb(176,151,186); }
td.TdClassName
{
border-color: #B097BA;
}
.TagClassName
{
border-color: #B097BA;
}
</style>