Shades of East Side #B595BC
Tints of East Side #B595BC
RGB
CMYK
RGB Variations
Color information
#B595BC (or 0xB595BC) is known color: East Side. HEX triplet: B5, 95 and BC. RGB value is (181,149,188). Sum of RGB (Red+Green+Blue) = 181+149+188=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B595BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BC is #4A6A43. Grayscale: #A2A2A2. Windows color (decimal): -4876868 or 12359093. OLE color: 12359093.
HSL color Cylindrical-coordinate representation of color #B595BC: hue angle of 289.23º 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 #B595BC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 149 | 188 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.26 |
| HSL | 289.23º | 0.23% | 0.66% | - |
| HSV(B) | 289.23º | 0.21% | 0.74% | - |
| XYZ | 38.88 | 34.95 | 52.27 | - |
| YUV | 163.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 188 | 0.04 | 0.21 | 0 | 0.26 | 289.23 | 0.23 | 0.66 |
| Hex | B5 | 95 | BC | 4 | 15 | 0 | 1A | 121 | 17 | 42 |
| Octal | 265 | 225 | 274 | 4 | 25 | 0 | 32 | 441 | 27 | 102 |
| Binary | 10110101 | 10010101 | 10111100 | 100 | 10101 | 0 | 11010 | 100100001 | 10111 | 1000010 |
Color Harmonies of #B595BC
Complementary color
Monochromatic Colors of #B595BC
Black with #B595BC
Text Example
Text Example
White with #B595BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595BC; }
p { color: rgb(181,149,188); }
H1.HeaderClassName
{
color: #B595BC;
}
.AnyTagClassName
{
color: #B595BC;
}
</style>
background-color css
<style>
a { background-color: #B595BC; }
a { background-color: rgb(181,149,188); }
div.DivClassName
{
background-color: #B595BC;
}
.BgClassName
{
background-color: #B595BC;
}
</style>
border-color css
<style>
span { border-color: #B595BC; }
span { border-color: rgb(181,149,188); }
td.TdClassName
{
border-color: #B595BC;
}
.TagClassName
{
border-color: #B595BC;
}
</style>