Shades of East Side #B395BE
Tints of East Side #B395BE
RGB
CMYK
RGB Variations
Color information
#B395BE (or 0xB395BE) is known color: East Side. HEX triplet: B3, 95 and BE. RGB value is (179,149,190). Sum of RGB (Red+Green+Blue) = 179+149+190=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #B395BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BE is #4C6A41. Grayscale: #A2A2A2. Windows color (decimal): -5007938 or 12490163. OLE color: 12490163.
HSL color Cylindrical-coordinate representation of color #B395BE: hue angle of 283.9º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B395BE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 149 | 190 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.25 |
| HSL | 283.9º | 0.24% | 0.66% | - |
| HSV(B) | 283.9º | 0.22% | 0.75% | - |
| XYZ | 38.63 | 34.8 | 53.4 | - |
| YUV | 162.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 190 | 0.06 | 0.22 | 0 | 0.25 | 283.9 | 0.24 | 0.66 |
| Hex | B3 | 95 | BE | 6 | 16 | 0 | 19 | 11C | 18 | 42 |
| Octal | 263 | 225 | 276 | 6 | 26 | 0 | 31 | 434 | 30 | 102 |
| Binary | 10110011 | 10010101 | 10111110 | 110 | 10110 | 0 | 11001 | 100011100 | 11000 | 1000010 |
Color Harmonies of #B395BE
Complementary color
Monochromatic Colors of #B395BE
Black with #B395BE
Text Example
Text Example
White with #B395BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395BE; }
p { color: rgb(179,149,190); }
H1.HeaderClassName
{
color: #B395BE;
}
.AnyTagClassName
{
color: #B395BE;
}
</style>
background-color css
<style>
a { background-color: #B395BE; }
a { background-color: rgb(179,149,190); }
div.DivClassName
{
background-color: #B395BE;
}
.BgClassName
{
background-color: #B395BE;
}
</style>
border-color css
<style>
span { border-color: #B395BE; }
span { border-color: rgb(179,149,190); }
td.TdClassName
{
border-color: #B395BE;
}
.TagClassName
{
border-color: #B395BE;
}
</style>