Shades of East Side #BC88CE
Tints of East Side #BC88CE
RGB
CMYK
RGB Variations
Color information
#BC88CE (or 0xBC88CE) is known color: East Side. HEX triplet: BC, 88 and CE. RGB value is (188,136,206). Sum of RGB (Red+Green+Blue) = 188+136+206=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CE is #437731. Grayscale: #9F9F9F. Windows color (decimal): -4421426 or 13535420. OLE color: 13535420.
HSL color Cylindrical-coordinate representation of color #BC88CE: hue angle of 284.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC88CE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 136 | 206 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.19 |
| HSL | 284.57º | 0.42% | 0.67% | - |
| HSV(B) | 284.57º | 0.34% | 0.81% | - |
| XYZ | 40.68 | 32.76 | 62.57 | - |
| YUV | 159.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 206 | 0.09 | 0.34 | 0 | 0.19 | 284.57 | 0.42 | 0.67 |
| Hex | BC | 88 | CE | 9 | 22 | 0 | 13 | 11D | 2A | 43 |
| Octal | 274 | 210 | 316 | 11 | 42 | 0 | 23 | 435 | 52 | 103 |
| Binary | 10111100 | 10001000 | 11001110 | 1001 | 100010 | 0 | 10011 | 100011101 | 101010 | 1000011 |
Color Harmonies of #BC88CE
Complementary color
Monochromatic Colors of #BC88CE
Black with #BC88CE
Text Example
Text Example
White with #BC88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88CE; }
p { color: rgb(188,136,206); }
H1.HeaderClassName
{
color: #BC88CE;
}
.AnyTagClassName
{
color: #BC88CE;
}
</style>
background-color css
<style>
a { background-color: #BC88CE; }
a { background-color: rgb(188,136,206); }
div.DivClassName
{
background-color: #BC88CE;
}
.BgClassName
{
background-color: #BC88CE;
}
</style>
border-color css
<style>
span { border-color: #BC88CE; }
span { border-color: rgb(188,136,206); }
td.TdClassName
{
border-color: #BC88CE;
}
.TagClassName
{
border-color: #BC88CE;
}
</style>