Shades of East Side #B798C1
Tints of East Side #B798C1
RGB
CMYK
RGB Variations
Color information
#B798C1 (or 0xB798C1) is known color: East Side. HEX triplet: B7, 98 and C1. RGB value is (183,152,193). Sum of RGB (Red+Green+Blue) = 183+152+193=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #B798C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798C1 is #48673E. Grayscale: #A5A5A5. Windows color (decimal): -4745023 or 12687543. OLE color: 12687543.
HSL color Cylindrical-coordinate representation of color #B798C1: hue angle of 285.37º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B798C1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 152 | 193 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.24 |
| HSL | 285.37º | 0.25% | 0.68% | - |
| HSV(B) | 285.37º | 0.21% | 0.76% | - |
| XYZ | 40.38 | 36.37 | 55.34 | - |
| YUV | 165.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 193 | 0.05 | 0.21 | 0 | 0.24 | 285.37 | 0.25 | 0.68 |
| Hex | B7 | 98 | C1 | 5 | 15 | 0 | 18 | 11D | 19 | 44 |
| Octal | 267 | 230 | 301 | 5 | 25 | 0 | 30 | 435 | 31 | 104 |
| Binary | 10110111 | 10011000 | 11000001 | 101 | 10101 | 0 | 11000 | 100011101 | 11001 | 1000100 |
Color Harmonies of #B798C1
Complementary color
Monochromatic Colors of #B798C1
Black with #B798C1
Text Example
Text Example
White with #B798C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798C1; }
p { color: rgb(183,152,193); }
H1.HeaderClassName
{
color: #B798C1;
}
.AnyTagClassName
{
color: #B798C1;
}
</style>
background-color css
<style>
a { background-color: #B798C1; }
a { background-color: rgb(183,152,193); }
div.DivClassName
{
background-color: #B798C1;
}
.BgClassName
{
background-color: #B798C1;
}
</style>
border-color css
<style>
span { border-color: #B798C1; }
span { border-color: rgb(183,152,193); }
td.TdClassName
{
border-color: #B798C1;
}
.TagClassName
{
border-color: #B798C1;
}
</style>