Shades of East Side #B395BC
Tints of East Side #B395BC
RGB
CMYK
RGB Variations
Color information
#B395BC (or 0xB395BC) is known color: East Side. HEX triplet: B3, 95 and BC. RGB value is (179,149,188). Sum of RGB (Red+Green+Blue) = 179+149+188=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #B395BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BC is #4C6A43. Grayscale: #A2A2A2. Windows color (decimal): -5007940 or 12359091. OLE color: 12359091.
HSL color Cylindrical-coordinate representation of color #B395BC: hue angle of 286.15º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B395BC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 149 | 188 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.26 |
| HSL | 286.15º | 0.23% | 0.66% | - |
| HSV(B) | 286.15º | 0.21% | 0.74% | - |
| XYZ | 38.41 | 34.71 | 52.25 | - |
| YUV | 162.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 188 | 0.05 | 0.21 | 0 | 0.26 | 286.15 | 0.23 | 0.66 |
| Hex | B3 | 95 | BC | 5 | 15 | 0 | 1A | 11E | 17 | 42 |
| Octal | 263 | 225 | 274 | 5 | 25 | 0 | 32 | 436 | 27 | 102 |
| Binary | 10110011 | 10010101 | 10111100 | 101 | 10101 | 0 | 11010 | 100011110 | 10111 | 1000010 |
Color Harmonies of #B395BC
Complementary color
Monochromatic Colors of #B395BC
Black with #B395BC
Text Example
Text Example
White with #B395BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B395BC; }
p { color: rgb(179,149,188); }
H1.HeaderClassName
{
color: #B395BC;
}
.AnyTagClassName
{
color: #B395BC;
}
</style>
background-color css
<style>
a { background-color: #B395BC; }
a { background-color: rgb(179,149,188); }
div.DivClassName
{
background-color: #B395BC;
}
.BgClassName
{
background-color: #B395BC;
}
</style>
border-color css
<style>
span { border-color: #B395BC; }
span { border-color: rgb(179,149,188); }
td.TdClassName
{
border-color: #B395BC;
}
.TagClassName
{
border-color: #B395BC;
}
</style>