Shades of East Side #B398BD
Tints of East Side #B398BD
RGB
CMYK
RGB Variations
Color information
#B398BD (or 0xB398BD) is known color: East Side. HEX triplet: B3, 98 and BD. RGB value is (179,152,189). Sum of RGB (Red+Green+Blue) = 179+152+189=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #B398BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398BD is #4C6742. Grayscale: #A4A4A4. Windows color (decimal): -5007171 or 12425395. OLE color: 12425395.
HSL color Cylindrical-coordinate representation of color #B398BD: hue angle of 283.78º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B398BD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 152 | 189 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.26 |
| HSL | 283.78º | 0.22% | 0.67% | - |
| HSV(B) | 283.78º | 0.2% | 0.74% | - |
| XYZ | 39 | 35.71 | 52.98 | - |
| YUV | 164.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 189 | 0.05 | 0.20 | 0 | 0.26 | 283.78 | 0.22 | 0.67 |
| Hex | B3 | 98 | BD | 5 | 14 | 0 | 1A | 11C | 16 | 43 |
| Octal | 263 | 230 | 275 | 5 | 24 | 0 | 32 | 434 | 26 | 103 |
| Binary | 10110011 | 10011000 | 10111101 | 101 | 10100 | 0 | 11010 | 100011100 | 10110 | 1000011 |
Color Harmonies of #B398BD
Complementary color
Monochromatic Colors of #B398BD
Black with #B398BD
Text Example
Text Example
White with #B398BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398BD; }
p { color: rgb(179,152,189); }
H1.HeaderClassName
{
color: #B398BD;
}
.AnyTagClassName
{
color: #B398BD;
}
</style>
background-color css
<style>
a { background-color: #B398BD; }
a { background-color: rgb(179,152,189); }
div.DivClassName
{
background-color: #B398BD;
}
.BgClassName
{
background-color: #B398BD;
}
</style>
border-color css
<style>
span { border-color: #B398BD; }
span { border-color: rgb(179,152,189); }
td.TdClassName
{
border-color: #B398BD;
}
.TagClassName
{
border-color: #B398BD;
}
</style>