Shades of East Side #B398BB
Tints of East Side #B398BB
RGB
CMYK
RGB Variations
Color information
#B398BB (or 0xB398BB) is known color: East Side. HEX triplet: B3, 98 and BB. RGB value is (179,152,187). Sum of RGB (Red+Green+Blue) = 179+152+187=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B398BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398BB is #4C6744. Grayscale: #A3A3A3. Windows color (decimal): -5007173 or 12294323. OLE color: 12294323.
HSL color Cylindrical-coordinate representation of color #B398BB: hue angle of 286.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B398BB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 152 | 187 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.27 |
| HSL | 286.29º | 0.2% | 0.66% | - |
| HSV(B) | 286.29º | 0.19% | 0.73% | - |
| XYZ | 38.79 | 35.63 | 51.85 | - |
| YUV | 164.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 187 | 0.04 | 0.19 | 0 | 0.27 | 286.29 | 0.2 | 0.66 |
| Hex | B3 | 98 | BB | 4 | 13 | 0 | 1B | 11E | 14 | 42 |
| Octal | 263 | 230 | 273 | 4 | 23 | 0 | 33 | 436 | 24 | 102 |
| Binary | 10110011 | 10011000 | 10111011 | 100 | 10011 | 0 | 11011 | 100011110 | 10100 | 1000010 |
Color Harmonies of #B398BB
Complementary color
Monochromatic Colors of #B398BB
Black with #B398BB
Text Example
Text Example
White with #B398BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398BB; }
p { color: rgb(179,152,187); }
H1.HeaderClassName
{
color: #B398BB;
}
.AnyTagClassName
{
color: #B398BB;
}
</style>
background-color css
<style>
a { background-color: #B398BB; }
a { background-color: rgb(179,152,187); }
div.DivClassName
{
background-color: #B398BB;
}
.BgClassName
{
background-color: #B398BB;
}
</style>
border-color css
<style>
span { border-color: #B398BB; }
span { border-color: rgb(179,152,187); }
td.TdClassName
{
border-color: #B398BB;
}
.TagClassName
{
border-color: #B398BB;
}
</style>