Shades of East Side #BE88C9
Tints of East Side #BE88C9
RGB
CMYK
RGB Variations
Color information
#BE88C9 (or 0xBE88C9) is known color: East Side. HEX triplet: BE, 88 and C9. RGB value is (190,136,201). Sum of RGB (Red+Green+Blue) = 190+136+201=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88C9 is #417736. Grayscale: #9F9F9F. Windows color (decimal): -4290359 or 13207742. OLE color: 13207742.
HSL color Cylindrical-coordinate representation of color #BE88C9: hue angle of 289.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE88C9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 136 | 201 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.21 |
| HSL | 289.85º | 0.38% | 0.66% | - |
| HSV(B) | 289.85º | 0.32% | 0.79% | - |
| XYZ | 40.58 | 32.77 | 59.45 | - |
| YUV | 159.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 201 | 0.05 | 0.32 | 0 | 0.21 | 289.85 | 0.38 | 0.66 |
| Hex | BE | 88 | C9 | 5 | 20 | 0 | 15 | 122 | 26 | 42 |
| Octal | 276 | 210 | 311 | 5 | 40 | 0 | 25 | 442 | 46 | 102 |
| Binary | 10111110 | 10001000 | 11001001 | 101 | 100000 | 0 | 10101 | 100100010 | 100110 | 1000010 |
Color Harmonies of #BE88C9
Complementary color
Monochromatic Colors of #BE88C9
Black with #BE88C9
Text Example
Text Example
White with #BE88C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE88C9; }
p { color: rgb(190,136,201); }
H1.HeaderClassName
{
color: #BE88C9;
}
.AnyTagClassName
{
color: #BE88C9;
}
</style>
background-color css
<style>
a { background-color: #BE88C9; }
a { background-color: rgb(190,136,201); }
div.DivClassName
{
background-color: #BE88C9;
}
.BgClassName
{
background-color: #BE88C9;
}
</style>
border-color css
<style>
span { border-color: #BE88C9; }
span { border-color: rgb(190,136,201); }
td.TdClassName
{
border-color: #BE88C9;
}
.TagClassName
{
border-color: #BE88C9;
}
</style>