Shades of East Side #B887BD
Tints of East Side #B887BD
RGB
CMYK
RGB Variations
Color information
#B887BD (or 0xB887BD) is known color: East Side. HEX triplet: B8, 87 and BD. RGB value is (184,135,189). Sum of RGB (Red+Green+Blue) = 184+135+189=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #B887BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887BD is #477842. Grayscale: #9B9B9B. Windows color (decimal): -4683843 or 12421048. OLE color: 12421048.
HSL color Cylindrical-coordinate representation of color #B887BD: hue angle of 294.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B887BD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 135 | 189 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.26 |
| HSL | 294.44º | 0.29% | 0.64% | - |
| HSV(B) | 294.44º | 0.29% | 0.74% | - |
| XYZ | 37.62 | 31.19 | 52.18 | - |
| YUV | 155.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 189 | 0.03 | 0.29 | 0 | 0.26 | 294.44 | 0.29 | 0.64 |
| Hex | B8 | 87 | BD | 3 | 1D | 0 | 1A | 126 | 1D | 40 |
| Octal | 270 | 207 | 275 | 3 | 35 | 0 | 32 | 446 | 35 | 100 |
| Binary | 10111000 | 10000111 | 10111101 | 11 | 11101 | 0 | 11010 | 100100110 | 11101 | 1000000 |
Color Harmonies of #B887BD
Complementary color
Monochromatic Colors of #B887BD
Black with #B887BD
Text Example
Text Example
White with #B887BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887BD; }
p { color: rgb(184,135,189); }
H1.HeaderClassName
{
color: #B887BD;
}
.AnyTagClassName
{
color: #B887BD;
}
</style>
background-color css
<style>
a { background-color: #B887BD; }
a { background-color: rgb(184,135,189); }
div.DivClassName
{
background-color: #B887BD;
}
.BgClassName
{
background-color: #B887BD;
}
</style>
border-color css
<style>
span { border-color: #B887BD; }
span { border-color: rgb(184,135,189); }
td.TdClassName
{
border-color: #B887BD;
}
.TagClassName
{
border-color: #B887BD;
}
</style>