Shades of East Side #B09EC0
Tints of East Side #B09EC0
RGB
CMYK
RGB Variations
Color information
#B09EC0 (or 0xB09EC0) is known color: East Side. HEX triplet: B0, 9E and C0. RGB value is (176,158,192). Sum of RGB (Red+Green+Blue) = 176+158+192=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #B09EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EC0 is #4F613F. Grayscale: #A7A7A7. Windows color (decimal): -5202240 or 12623536. OLE color: 12623536.
HSL color Cylindrical-coordinate representation of color #B09EC0: hue angle of 271.76º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09EC0 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 158 | 192 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.25 |
| HSL | 271.76º | 0.21% | 0.69% | - |
| HSV(B) | 271.76º | 0.18% | 0.75% | - |
| XYZ | 39.65 | 37.49 | 55.02 | - |
| YUV | 167.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 192 | 0.08 | 0.18 | 0 | 0.25 | 271.76 | 0.21 | 0.69 |
| Hex | B0 | 9E | C0 | 8 | 12 | 0 | 19 | 110 | 15 | 45 |
| Octal | 260 | 236 | 300 | 10 | 22 | 0 | 31 | 420 | 25 | 105 |
| Binary | 10110000 | 10011110 | 11000000 | 1000 | 10010 | 0 | 11001 | 100010000 | 10101 | 1000101 |
Color Harmonies of #B09EC0
Complementary color
Monochromatic Colors of #B09EC0
Black with #B09EC0
Text Example
Text Example
White with #B09EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09EC0; }
p { color: rgb(176,158,192); }
H1.HeaderClassName
{
color: #B09EC0;
}
.AnyTagClassName
{
color: #B09EC0;
}
</style>
background-color css
<style>
a { background-color: #B09EC0; }
a { background-color: rgb(176,158,192); }
div.DivClassName
{
background-color: #B09EC0;
}
.BgClassName
{
background-color: #B09EC0;
}
</style>
border-color css
<style>
span { border-color: #B09EC0; }
span { border-color: rgb(176,158,192); }
td.TdClassName
{
border-color: #B09EC0;
}
.TagClassName
{
border-color: #B09EC0;
}
</style>