Shades of East Side #B58DBF
Tints of East Side #B58DBF
RGB
CMYK
RGB Variations
Color information
#B58DBF (or 0xB58DBF) is known color: East Side. HEX triplet: B5, 8D and BF. RGB value is (181,141,191). Sum of RGB (Red+Green+Blue) = 181+141+191=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #B58DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBF is #4A7240. Grayscale: #9E9E9E. Windows color (decimal): -4878913 or 12553653. OLE color: 12553653.
HSL color Cylindrical-coordinate representation of color #B58DBF: hue angle of 288º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58DBF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 141 | 191 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.25 |
| HSL | 288º | 0.28% | 0.65% | - |
| HSV(B) | 288º | 0.26% | 0.75% | - |
| XYZ | 37.98 | 32.64 | 53.59 | - |
| YUV | 158.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 191 | 0.05 | 0.26 | 0 | 0.25 | 288 | 0.28 | 0.65 |
| Hex | B5 | 8D | BF | 5 | 1A | 0 | 19 | 120 | 1C | 41 |
| Octal | 265 | 215 | 277 | 5 | 32 | 0 | 31 | 440 | 34 | 101 |
| Binary | 10110101 | 10001101 | 10111111 | 101 | 11010 | 0 | 11001 | 100100000 | 11100 | 1000001 |
Color Harmonies of #B58DBF
Complementary color
Monochromatic Colors of #B58DBF
Black with #B58DBF
Text Example
Text Example
White with #B58DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DBF; }
p { color: rgb(181,141,191); }
H1.HeaderClassName
{
color: #B58DBF;
}
.AnyTagClassName
{
color: #B58DBF;
}
</style>
background-color css
<style>
a { background-color: #B58DBF; }
a { background-color: rgb(181,141,191); }
div.DivClassName
{
background-color: #B58DBF;
}
.BgClassName
{
background-color: #B58DBF;
}
</style>
border-color css
<style>
span { border-color: #B58DBF; }
span { border-color: rgb(181,141,191); }
td.TdClassName
{
border-color: #B58DBF;
}
.TagClassName
{
border-color: #B58DBF;
}
</style>