Shades of East Side #BC81C8
Tints of East Side #BC81C8
RGB
CMYK
RGB Variations
Color information
#BC81C8 (or 0xBC81C8) is known color: East Side. HEX triplet: BC, 81 and C8. RGB value is (188,129,200). Sum of RGB (Red+Green+Blue) = 188+129+200=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81C8 is #437E37. Grayscale: #9A9A9A. Windows color (decimal): -4423224 or 13140412. OLE color: 13140412.
HSL color Cylindrical-coordinate representation of color #BC81C8: hue angle of 289.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC81C8 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 129 | 200 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.22 |
| HSL | 289.86º | 0.39% | 0.65% | - |
| HSV(B) | 289.86º | 0.36% | 0.78% | - |
| XYZ | 39.01 | 30.56 | 58.49 | - |
| YUV | 154.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 200 | 0.06 | 0.36 | 0 | 0.22 | 289.86 | 0.39 | 0.65 |
| Hex | BC | 81 | C8 | 6 | 24 | 0 | 16 | 122 | 27 | 41 |
| Octal | 274 | 201 | 310 | 6 | 44 | 0 | 26 | 442 | 47 | 101 |
| Binary | 10111100 | 10000001 | 11001000 | 110 | 100100 | 0 | 10110 | 100100010 | 100111 | 1000001 |
Color Harmonies of #BC81C8
Complementary color
Monochromatic Colors of #BC81C8
Black with #BC81C8
Text Example
Text Example
White with #BC81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81C8; }
p { color: rgb(188,129,200); }
H1.HeaderClassName
{
color: #BC81C8;
}
.AnyTagClassName
{
color: #BC81C8;
}
</style>
background-color css
<style>
a { background-color: #BC81C8; }
a { background-color: rgb(188,129,200); }
div.DivClassName
{
background-color: #BC81C8;
}
.BgClassName
{
background-color: #BC81C8;
}
</style>
border-color css
<style>
span { border-color: #BC81C8; }
span { border-color: rgb(188,129,200); }
td.TdClassName
{
border-color: #BC81C8;
}
.TagClassName
{
border-color: #BC81C8;
}
</style>