Shades of East Side #B096C3
Tints of East Side #B096C3
RGB
CMYK
RGB Variations
Color information
#B096C3 (or 0xB096C3) is known color: East Side. HEX triplet: B0, 96 and C3. RGB value is (176,150,195). Sum of RGB (Red+Green+Blue) = 176+150+195=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #B096C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C3 is #4F693C. Grayscale: #A2A2A2. Windows color (decimal): -5204285 or 12818096. OLE color: 12818096.
HSL color Cylindrical-coordinate representation of color #B096C3: hue angle of 274.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B096C3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 150 | 195 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.24 |
| HSL | 274.67º | 0.27% | 0.68% | - |
| HSV(B) | 274.67º | 0.23% | 0.76% | - |
| XYZ | 38.66 | 34.98 | 56.34 | - |
| YUV | 162.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 195 | 0.10 | 0.23 | 0 | 0.24 | 274.67 | 0.27 | 0.68 |
| Hex | B0 | 96 | C3 | A | 17 | 0 | 18 | 113 | 1B | 44 |
| Octal | 260 | 226 | 303 | 12 | 27 | 0 | 30 | 423 | 33 | 104 |
| Binary | 10110000 | 10010110 | 11000011 | 1010 | 10111 | 0 | 11000 | 100010011 | 11011 | 1000100 |
Color Harmonies of #B096C3
Complementary color
Monochromatic Colors of #B096C3
Black with #B096C3
Text Example
Text Example
White with #B096C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096C3; }
p { color: rgb(176,150,195); }
H1.HeaderClassName
{
color: #B096C3;
}
.AnyTagClassName
{
color: #B096C3;
}
</style>
background-color css
<style>
a { background-color: #B096C3; }
a { background-color: rgb(176,150,195); }
div.DivClassName
{
background-color: #B096C3;
}
.BgClassName
{
background-color: #B096C3;
}
</style>
border-color css
<style>
span { border-color: #B096C3; }
span { border-color: rgb(176,150,195); }
td.TdClassName
{
border-color: #B096C3;
}
.TagClassName
{
border-color: #B096C3;
}
</style>