Shades of East Side #BC8FC8
Tints of East Side #BC8FC8
RGB
CMYK
RGB Variations
Color information
#BC8FC8 (or 0xBC8FC8) is known color: East Side. HEX triplet: BC, 8F and C8. RGB value is (188,143,200). Sum of RGB (Red+Green+Blue) = 188+143+200=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC8 is #437037. Grayscale: #A2A2A2. Windows color (decimal): -4419640 or 13143996. OLE color: 13143996.
HSL color Cylindrical-coordinate representation of color #BC8FC8: hue angle of 287.37º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8FC8 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 143 | 200 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.22 |
| HSL | 287.37º | 0.34% | 0.67% | - |
| HSV(B) | 287.37º | 0.29% | 0.78% | - |
| XYZ | 40.99 | 34.51 | 59.14 | - |
| YUV | 162.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 200 | 0.06 | 0.28 | 0 | 0.22 | 287.37 | 0.34 | 0.67 |
| Hex | BC | 8F | C8 | 6 | 1C | 0 | 16 | 11F | 22 | 43 |
| Octal | 274 | 217 | 310 | 6 | 34 | 0 | 26 | 437 | 42 | 103 |
| Binary | 10111100 | 10001111 | 11001000 | 110 | 11100 | 0 | 10110 | 100011111 | 100010 | 1000011 |
Color Harmonies of #BC8FC8
Complementary color
Monochromatic Colors of #BC8FC8
Black with #BC8FC8
Text Example
Text Example
White with #BC8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FC8; }
p { color: rgb(188,143,200); }
H1.HeaderClassName
{
color: #BC8FC8;
}
.AnyTagClassName
{
color: #BC8FC8;
}
</style>
background-color css
<style>
a { background-color: #BC8FC8; }
a { background-color: rgb(188,143,200); }
div.DivClassName
{
background-color: #BC8FC8;
}
.BgClassName
{
background-color: #BC8FC8;
}
</style>
border-color css
<style>
span { border-color: #BC8FC8; }
span { border-color: rgb(188,143,200); }
td.TdClassName
{
border-color: #BC8FC8;
}
.TagClassName
{
border-color: #BC8FC8;
}
</style>