Shades of East Side #B395B9
Tints of East Side #B395B9
RGB
CMYK
RGB Variations
Color information
#B395B9 (or 0xB395B9) is known color: East Side. HEX triplet: B3, 95 and B9. RGB value is (179,149,185). Sum of RGB (Red+Green+Blue) = 179+149+185=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #B395B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395B9 is #4C6A46. Grayscale: #A1A1A1. Windows color (decimal): -5007943 or 12162483. OLE color: 12162483.
HSL color Cylindrical-coordinate representation of color #B395B9: hue angle of 290º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B395B9 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 149 | 185 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.27 |
| HSL | 290º | 0.2% | 0.65% | - |
| HSV(B) | 290º | 0.19% | 0.73% | - |
| XYZ | 38.09 | 34.58 | 50.57 | - |
| YUV | 162.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 185 | 0.03 | 0.19 | 0 | 0.27 | 290 | 0.2 | 0.65 |
| Hex | B3 | 95 | B9 | 3 | 13 | 0 | 1B | 122 | 14 | 41 |
| Octal | 263 | 225 | 271 | 3 | 23 | 0 | 33 | 442 | 24 | 101 |
| Binary | 10110011 | 10010101 | 10111001 | 11 | 10011 | 0 | 11011 | 100100010 | 10100 | 1000001 |
Color Harmonies of #B395B9
Complementary color
Monochromatic Colors of #B395B9
Black with #B395B9
Text Example
Text Example
White with #B395B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395B9; }
p { color: rgb(179,149,185); }
H1.HeaderClassName
{
color: #B395B9;
}
.AnyTagClassName
{
color: #B395B9;
}
</style>
background-color css
<style>
a { background-color: #B395B9; }
a { background-color: rgb(179,149,185); }
div.DivClassName
{
background-color: #B395B9;
}
.BgClassName
{
background-color: #B395B9;
}
</style>
border-color css
<style>
span { border-color: #B395B9; }
span { border-color: rgb(179,149,185); }
td.TdClassName
{
border-color: #B395B9;
}
.TagClassName
{
border-color: #B395B9;
}
</style>