Shades of East Side #BC89D0
Tints of East Side #BC89D0
RGB
CMYK
RGB Variations
Color information
#BC89D0 (or 0xBC89D0) is known color: East Side. HEX triplet: BC, 89 and D0. RGB value is (188,137,208). Sum of RGB (Red+Green+Blue) = 188+137+208=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC89D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89D0 is #43762F. Grayscale: #A0A0A0. Windows color (decimal): -4421168 or 13666748. OLE color: 13666748.
HSL color Cylindrical-coordinate representation of color #BC89D0: hue angle of 283.1º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC89D0 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 137 | 208 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.18 |
| HSL | 283.1º | 0.43% | 0.68% | - |
| HSV(B) | 283.1º | 0.34% | 0.82% | - |
| XYZ | 41.07 | 33.14 | 63.91 | - |
| YUV | 160.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 208 | 0.10 | 0.34 | 0 | 0.18 | 283.1 | 0.43 | 0.68 |
| Hex | BC | 89 | D0 | A | 22 | 0 | 12 | 11B | 2B | 44 |
| Octal | 274 | 211 | 320 | 12 | 42 | 0 | 22 | 433 | 53 | 104 |
| Binary | 10111100 | 10001001 | 11010000 | 1010 | 100010 | 0 | 10010 | 100011011 | 101011 | 1000100 |
Color Harmonies of #BC89D0
Complementary color
Monochromatic Colors of #BC89D0
Black with #BC89D0
Text Example
Text Example
White with #BC89D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89D0; }
p { color: rgb(188,137,208); }
H1.HeaderClassName
{
color: #BC89D0;
}
.AnyTagClassName
{
color: #BC89D0;
}
</style>
background-color css
<style>
a { background-color: #BC89D0; }
a { background-color: rgb(188,137,208); }
div.DivClassName
{
background-color: #BC89D0;
}
.BgClassName
{
background-color: #BC89D0;
}
</style>
border-color css
<style>
span { border-color: #BC89D0; }
span { border-color: rgb(188,137,208); }
td.TdClassName
{
border-color: #BC89D0;
}
.TagClassName
{
border-color: #BC89D0;
}
</style>