Shades of East Side #B096C2
Tints of East Side #B096C2
RGB
CMYK
RGB Variations
Color information
#B096C2 (or 0xB096C2) is known color: East Side. HEX triplet: B0, 96 and C2. RGB value is (176,150,194). Sum of RGB (Red+Green+Blue) = 176+150+194=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #B096C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C2 is #4F693D. Grayscale: #A2A2A2. Windows color (decimal): -5204286 or 12752560. OLE color: 12752560.
HSL color Cylindrical-coordinate representation of color #B096C2: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B096C2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 150 | 194 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.24 |
| HSL | 275.45º | 0.27% | 0.67% | - |
| HSV(B) | 275.45º | 0.23% | 0.76% | - |
| XYZ | 38.55 | 34.94 | 55.75 | - |
| YUV | 162.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 194 | 0.09 | 0.23 | 0 | 0.24 | 275.45 | 0.27 | 0.67 |
| Hex | B0 | 96 | C2 | 9 | 17 | 0 | 18 | 113 | 1B | 43 |
| Octal | 260 | 226 | 302 | 11 | 27 | 0 | 30 | 423 | 33 | 103 |
| Binary | 10110000 | 10010110 | 11000010 | 1001 | 10111 | 0 | 11000 | 100010011 | 11011 | 1000011 |
Color Harmonies of #B096C2
Complementary color
Monochromatic Colors of #B096C2
Black with #B096C2
Text Example
Text Example
White with #B096C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096C2; }
p { color: rgb(176,150,194); }
H1.HeaderClassName
{
color: #B096C2;
}
.AnyTagClassName
{
color: #B096C2;
}
</style>
background-color css
<style>
a { background-color: #B096C2; }
a { background-color: rgb(176,150,194); }
div.DivClassName
{
background-color: #B096C2;
}
.BgClassName
{
background-color: #B096C2;
}
</style>
border-color css
<style>
span { border-color: #B096C2; }
span { border-color: rgb(176,150,194); }
td.TdClassName
{
border-color: #B096C2;
}
.TagClassName
{
border-color: #B096C2;
}
</style>