Shades of East Side #B096C0
Tints of East Side #B096C0
RGB
CMYK
RGB Variations
Color information
#B096C0 (or 0xB096C0) is known color: East Side. HEX triplet: B0, 96 and C0. RGB value is (176,150,192). Sum of RGB (Red+Green+Blue) = 176+150+192=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B096C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C0 is #4F693F. Grayscale: #A2A2A2. Windows color (decimal): -5204288 or 12621488. OLE color: 12621488.
HSL color Cylindrical-coordinate representation of color #B096C0: hue angle of 277.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B096C0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 150 | 192 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.25 |
| HSL | 277.14º | 0.25% | 0.67% | - |
| HSV(B) | 277.14º | 0.22% | 0.75% | - |
| XYZ | 38.33 | 34.85 | 54.58 | - |
| YUV | 162.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 192 | 0.08 | 0.22 | 0 | 0.25 | 277.14 | 0.25 | 0.67 |
| Hex | B0 | 96 | C0 | 8 | 16 | 0 | 19 | 115 | 19 | 43 |
| Octal | 260 | 226 | 300 | 10 | 26 | 0 | 31 | 425 | 31 | 103 |
| Binary | 10110000 | 10010110 | 11000000 | 1000 | 10110 | 0 | 11001 | 100010101 | 11001 | 1000011 |
Color Harmonies of #B096C0
Complementary color
Monochromatic Colors of #B096C0
Black with #B096C0
Text Example
Text Example
White with #B096C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096C0; }
p { color: rgb(176,150,192); }
H1.HeaderClassName
{
color: #B096C0;
}
.AnyTagClassName
{
color: #B096C0;
}
</style>
background-color css
<style>
a { background-color: #B096C0; }
a { background-color: rgb(176,150,192); }
div.DivClassName
{
background-color: #B096C0;
}
.BgClassName
{
background-color: #B096C0;
}
</style>
border-color css
<style>
span { border-color: #B096C0; }
span { border-color: rgb(176,150,192); }
td.TdClassName
{
border-color: #B096C0;
}
.TagClassName
{
border-color: #B096C0;
}
</style>