Shades of East Side #B887C5
Tints of East Side #B887C5
RGB
CMYK
RGB Variations
Color information
#B887C5 (or 0xB887C5) is known color: East Side. HEX triplet: B8, 87 and C5. RGB value is (184,135,197). Sum of RGB (Red+Green+Blue) = 184+135+197=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #B887C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887C5 is #47783A. Grayscale: #9C9C9C. Windows color (decimal): -4683835 or 12945336. OLE color: 12945336.
HSL color Cylindrical-coordinate representation of color #B887C5: hue angle of 287.42º degrees, saturation: 0.35, 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 #B887C5 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 135 | 197 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.23 |
| HSL | 287.42º | 0.35% | 0.65% | - |
| HSV(B) | 287.42º | 0.31% | 0.77% | - |
| XYZ | 38.51 | 31.55 | 56.88 | - |
| YUV | 156.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 197 | 0.07 | 0.31 | 0 | 0.23 | 287.42 | 0.35 | 0.65 |
| Hex | B8 | 87 | C5 | 7 | 1F | 0 | 17 | 11F | 23 | 41 |
| Octal | 270 | 207 | 305 | 7 | 37 | 0 | 27 | 437 | 43 | 101 |
| Binary | 10111000 | 10000111 | 11000101 | 111 | 11111 | 0 | 10111 | 100011111 | 100011 | 1000001 |
Color Harmonies of #B887C5
Complementary color
Monochromatic Colors of #B887C5
Black with #B887C5
Text Example
Text Example
White with #B887C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887C5; }
p { color: rgb(184,135,197); }
H1.HeaderClassName
{
color: #B887C5;
}
.AnyTagClassName
{
color: #B887C5;
}
</style>
background-color css
<style>
a { background-color: #B887C5; }
a { background-color: rgb(184,135,197); }
div.DivClassName
{
background-color: #B887C5;
}
.BgClassName
{
background-color: #B887C5;
}
</style>
border-color css
<style>
span { border-color: #B887C5; }
span { border-color: rgb(184,135,197); }
td.TdClassName
{
border-color: #B887C5;
}
.TagClassName
{
border-color: #B887C5;
}
</style>