Shades of East Side #B098C3
Tints of East Side #B098C3
RGB
CMYK
RGB Variations
Color information
#B098C3 (or 0xB098C3) is known color: East Side. HEX triplet: B0, 98 and C3. RGB value is (176,152,195). Sum of RGB (Red+Green+Blue) = 176+152+195=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #B098C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C3 is #4F673C. Grayscale: #A3A3A3. Windows color (decimal): -5203773 or 12818608. OLE color: 12818608.
HSL color Cylindrical-coordinate representation of color #B098C3: hue angle of 273.49º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B098C3 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 152 | 195 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.24 |
| HSL | 273.49º | 0.26% | 0.68% | - |
| HSV(B) | 273.49º | 0.22% | 0.76% | - |
| XYZ | 38.98 | 35.63 | 56.45 | - |
| YUV | 164.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 195 | 0.10 | 0.22 | 0 | 0.24 | 273.49 | 0.26 | 0.68 |
| Hex | B0 | 98 | C3 | A | 16 | 0 | 18 | 111 | 1A | 44 |
| Octal | 260 | 230 | 303 | 12 | 26 | 0 | 30 | 421 | 32 | 104 |
| Binary | 10110000 | 10011000 | 11000011 | 1010 | 10110 | 0 | 11000 | 100010001 | 11010 | 1000100 |
Color Harmonies of #B098C3
Complementary color
Monochromatic Colors of #B098C3
Black with #B098C3
Text Example
Text Example
White with #B098C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098C3; }
p { color: rgb(176,152,195); }
H1.HeaderClassName
{
color: #B098C3;
}
.AnyTagClassName
{
color: #B098C3;
}
</style>
background-color css
<style>
a { background-color: #B098C3; }
a { background-color: rgb(176,152,195); }
div.DivClassName
{
background-color: #B098C3;
}
.BgClassName
{
background-color: #B098C3;
}
</style>
border-color css
<style>
span { border-color: #B098C3; }
span { border-color: rgb(176,152,195); }
td.TdClassName
{
border-color: #B098C3;
}
.TagClassName
{
border-color: #B098C3;
}
</style>