Shades of East Side #B095BC
Tints of East Side #B095BC
RGB
CMYK
RGB Variations
Color information
#B095BC (or 0xB095BC) is known color: East Side. HEX triplet: B0, 95 and BC. RGB value is (176,149,188). Sum of RGB (Red+Green+Blue) = 176+149+188=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B095BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BC is #4F6A43. Grayscale: #A1A1A1. Windows color (decimal): -5204548 or 12359088. OLE color: 12359088.
HSL color Cylindrical-coordinate representation of color #B095BC: hue angle of 281.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B095BC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 149 | 188 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.26 |
| HSL | 281.54º | 0.23% | 0.66% | - |
| HSV(B) | 281.54º | 0.21% | 0.74% | - |
| XYZ | 37.73 | 34.36 | 52.22 | - |
| YUV | 161.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 188 | 0.06 | 0.21 | 0 | 0.26 | 281.54 | 0.23 | 0.66 |
| Hex | B0 | 95 | BC | 6 | 15 | 0 | 1A | 11A | 17 | 42 |
| Octal | 260 | 225 | 274 | 6 | 25 | 0 | 32 | 432 | 27 | 102 |
| Binary | 10110000 | 10010101 | 10111100 | 110 | 10101 | 0 | 11010 | 100011010 | 10111 | 1000010 |
Color Harmonies of #B095BC
Complementary color
Monochromatic Colors of #B095BC
Black with #B095BC
Text Example
Text Example
White with #B095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095BC; }
p { color: rgb(176,149,188); }
H1.HeaderClassName
{
color: #B095BC;
}
.AnyTagClassName
{
color: #B095BC;
}
</style>
background-color css
<style>
a { background-color: #B095BC; }
a { background-color: rgb(176,149,188); }
div.DivClassName
{
background-color: #B095BC;
}
.BgClassName
{
background-color: #B095BC;
}
</style>
border-color css
<style>
span { border-color: #B095BC; }
span { border-color: rgb(176,149,188); }
td.TdClassName
{
border-color: #B095BC;
}
.TagClassName
{
border-color: #B095BC;
}
</style>