Shades of East Side #B098C5
Tints of East Side #B098C5
RGB
CMYK
RGB Variations
Color information
#B098C5 (or 0xB098C5) is known color: East Side. HEX triplet: B0, 98 and C5. RGB value is (176,152,197). Sum of RGB (Red+Green+Blue) = 176+152+197=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #B098C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C5 is #4F673A. Grayscale: #A4A4A4. Windows color (decimal): -5203771 or 12949680. OLE color: 12949680.
HSL color Cylindrical-coordinate representation of color #B098C5: hue angle of 272º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B098C5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 152 | 197 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.23 |
| HSL | 272º | 0.28% | 0.68% | - |
| HSV(B) | 272º | 0.23% | 0.77% | - |
| XYZ | 39.21 | 35.72 | 57.65 | - |
| YUV | 164.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 197 | 0.11 | 0.23 | 0 | 0.23 | 272 | 0.28 | 0.68 |
| Hex | B0 | 98 | C5 | B | 17 | 0 | 17 | 110 | 1C | 44 |
| Octal | 260 | 230 | 305 | 13 | 27 | 0 | 27 | 420 | 34 | 104 |
| Binary | 10110000 | 10011000 | 11000101 | 1011 | 10111 | 0 | 10111 | 100010000 | 11100 | 1000100 |
Color Harmonies of #B098C5
Complementary color
Monochromatic Colors of #B098C5
Black with #B098C5
Text Example
Text Example
White with #B098C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098C5; }
p { color: rgb(176,152,197); }
H1.HeaderClassName
{
color: #B098C5;
}
.AnyTagClassName
{
color: #B098C5;
}
</style>
background-color css
<style>
a { background-color: #B098C5; }
a { background-color: rgb(176,152,197); }
div.DivClassName
{
background-color: #B098C5;
}
.BgClassName
{
background-color: #B098C5;
}
</style>
border-color css
<style>
span { border-color: #B098C5; }
span { border-color: rgb(176,152,197); }
td.TdClassName
{
border-color: #B098C5;
}
.TagClassName
{
border-color: #B098C5;
}
</style>