Shades of East Side #B588C5
Tints of East Side #B588C5
RGB
CMYK
RGB Variations
Color information
#B588C5 (or 0xB588C5) is known color: East Side. HEX triplet: B5, 88 and C5. RGB value is (181,136,197). Sum of RGB (Red+Green+Blue) = 181+136+197=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #B588C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588C5 is #4A773A. Grayscale: #9C9C9C. Windows color (decimal): -4880187 or 12945589. OLE color: 12945589.
HSL color Cylindrical-coordinate representation of color #B588C5: hue angle of 284.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B588C5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 136 | 197 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.23 |
| HSL | 284.26º | 0.34% | 0.65% | - |
| HSV(B) | 284.26º | 0.31% | 0.77% | - |
| XYZ | 37.94 | 31.46 | 56.9 | - |
| YUV | 156.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 197 | 0.08 | 0.31 | 0 | 0.23 | 284.26 | 0.34 | 0.65 |
| Hex | B5 | 88 | C5 | 8 | 1F | 0 | 17 | 11C | 22 | 41 |
| Octal | 265 | 210 | 305 | 10 | 37 | 0 | 27 | 434 | 42 | 101 |
| Binary | 10110101 | 10001000 | 11000101 | 1000 | 11111 | 0 | 10111 | 100011100 | 100010 | 1000001 |
Color Harmonies of #B588C5
Complementary color
Monochromatic Colors of #B588C5
Black with #B588C5
Text Example
Text Example
White with #B588C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588C5; }
p { color: rgb(181,136,197); }
H1.HeaderClassName
{
color: #B588C5;
}
.AnyTagClassName
{
color: #B588C5;
}
</style>
background-color css
<style>
a { background-color: #B588C5; }
a { background-color: rgb(181,136,197); }
div.DivClassName
{
background-color: #B588C5;
}
.BgClassName
{
background-color: #B588C5;
}
</style>
border-color css
<style>
span { border-color: #B588C5; }
span { border-color: rgb(181,136,197); }
td.TdClassName
{
border-color: #B588C5;
}
.TagClassName
{
border-color: #B588C5;
}
</style>