Shades of East Side #BC88CF
Tints of East Side #BC88CF
RGB
CMYK
RGB Variations
Color information
#BC88CF (or 0xBC88CF) is known color: East Side. HEX triplet: BC, 88 and CF. RGB value is (188,136,207). Sum of RGB (Red+Green+Blue) = 188+136+207=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CF is #437730. Grayscale: #9F9F9F. Windows color (decimal): -4421425 or 13600956. OLE color: 13600956.
HSL color Cylindrical-coordinate representation of color #BC88CF: hue angle of 283.94º degrees, saturation: 0.43, 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 #BC88CF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 136 | 207 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.19 |
| HSL | 283.94º | 0.43% | 0.67% | - |
| HSV(B) | 283.94º | 0.34% | 0.81% | - |
| XYZ | 40.81 | 32.8 | 63.21 | - |
| YUV | 159.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 207 | 0.09 | 0.34 | 0 | 0.19 | 283.94 | 0.43 | 0.67 |
| Hex | BC | 88 | CF | 9 | 22 | 0 | 13 | 11C | 2B | 43 |
| Octal | 274 | 210 | 317 | 11 | 42 | 0 | 23 | 434 | 53 | 103 |
| Binary | 10111100 | 10001000 | 11001111 | 1001 | 100010 | 0 | 10011 | 100011100 | 101011 | 1000011 |
Color Harmonies of #BC88CF
Complementary color
Monochromatic Colors of #BC88CF
Black with #BC88CF
Text Example
Text Example
White with #BC88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88CF; }
p { color: rgb(188,136,207); }
H1.HeaderClassName
{
color: #BC88CF;
}
.AnyTagClassName
{
color: #BC88CF;
}
</style>
background-color css
<style>
a { background-color: #BC88CF; }
a { background-color: rgb(188,136,207); }
div.DivClassName
{
background-color: #BC88CF;
}
.BgClassName
{
background-color: #BC88CF;
}
</style>
border-color css
<style>
span { border-color: #BC88CF; }
span { border-color: rgb(188,136,207); }
td.TdClassName
{
border-color: #BC88CF;
}
.TagClassName
{
border-color: #BC88CF;
}
</style>