Shades of East Side #B398C1
Tints of East Side #B398C1
RGB
CMYK
RGB Variations
Color information
#B398C1 (or 0xB398C1) is known color: East Side. HEX triplet: B3, 98 and C1. RGB value is (179,152,193). Sum of RGB (Red+Green+Blue) = 179+152+193=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #B398C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398C1 is #4C673E. Grayscale: #A4A4A4. Windows color (decimal): -5007167 or 12687539. OLE color: 12687539.
HSL color Cylindrical-coordinate representation of color #B398C1: hue angle of 279.51º 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 #B398C1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 152 | 193 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.24 |
| HSL | 279.51º | 0.25% | 0.68% | - |
| HSV(B) | 279.51º | 0.21% | 0.76% | - |
| XYZ | 39.44 | 35.89 | 55.3 | - |
| YUV | 164.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 193 | 0.07 | 0.21 | 0 | 0.24 | 279.51 | 0.25 | 0.68 |
| Hex | B3 | 98 | C1 | 7 | 15 | 0 | 18 | 118 | 19 | 44 |
| Octal | 263 | 230 | 301 | 7 | 25 | 0 | 30 | 430 | 31 | 104 |
| Binary | 10110011 | 10011000 | 11000001 | 111 | 10101 | 0 | 11000 | 100011000 | 11001 | 1000100 |
Color Harmonies of #B398C1
Complementary color
Monochromatic Colors of #B398C1
Black with #B398C1
Text Example
Text Example
White with #B398C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398C1; }
p { color: rgb(179,152,193); }
H1.HeaderClassName
{
color: #B398C1;
}
.AnyTagClassName
{
color: #B398C1;
}
</style>
background-color css
<style>
a { background-color: #B398C1; }
a { background-color: rgb(179,152,193); }
div.DivClassName
{
background-color: #B398C1;
}
.BgClassName
{
background-color: #B398C1;
}
</style>
border-color css
<style>
span { border-color: #B398C1; }
span { border-color: rgb(179,152,193); }
td.TdClassName
{
border-color: #B398C1;
}
.TagClassName
{
border-color: #B398C1;
}
</style>