Shades of East Side #B398C7
Tints of East Side #B398C7
RGB
CMYK
RGB Variations
Color information
#B398C7 (or 0xB398C7) is known color: East Side. HEX triplet: B3, 98 and C7. RGB value is (179,152,199). Sum of RGB (Red+Green+Blue) = 179+152+199=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 199 - color contains mainly: blue. Hex color #B398C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398C7 is #4C6738. Grayscale: #A5A5A5. Windows color (decimal): -5007161 or 13080755. OLE color: 13080755.
HSL color Cylindrical-coordinate representation of color #B398C7: hue angle of 274.47º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B398C7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 152 | 199 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.22 |
| HSL | 274.47º | 0.3% | 0.69% | - |
| HSV(B) | 274.47º | 0.24% | 0.78% | - |
| XYZ | 40.13 | 36.16 | 58.9 | - |
| YUV | 165.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 199 | 0.10 | 0.24 | 0 | 0.22 | 274.47 | 0.3 | 0.69 |
| Hex | B3 | 98 | C7 | A | 18 | 0 | 16 | 112 | 1E | 45 |
| Octal | 263 | 230 | 307 | 12 | 30 | 0 | 26 | 422 | 36 | 105 |
| Binary | 10110011 | 10011000 | 11000111 | 1010 | 11000 | 0 | 10110 | 100010010 | 11110 | 1000101 |
Color Harmonies of #B398C7
Complementary color
Monochromatic Colors of #B398C7
Black with #B398C7
Text Example
Text Example
White with #B398C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398C7; }
p { color: rgb(179,152,199); }
H1.HeaderClassName
{
color: #B398C7;
}
.AnyTagClassName
{
color: #B398C7;
}
</style>
background-color css
<style>
a { background-color: #B398C7; }
a { background-color: rgb(179,152,199); }
div.DivClassName
{
background-color: #B398C7;
}
.BgClassName
{
background-color: #B398C7;
}
</style>
border-color css
<style>
span { border-color: #B398C7; }
span { border-color: rgb(179,152,199); }
td.TdClassName
{
border-color: #B398C7;
}
.TagClassName
{
border-color: #B398C7;
}
</style>