Shades of East Side #BC8FCB
Tints of East Side #BC8FCB
RGB
CMYK
RGB Variations
Color information
#BC8FCB (or 0xBC8FCB) is known color: East Side. HEX triplet: BC, 8F and CB. RGB value is (188,143,203). Sum of RGB (Red+Green+Blue) = 188+143+203=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FCB is #437034. Grayscale: #A3A3A3. Windows color (decimal): -4419637 or 13340604. OLE color: 13340604.
HSL color Cylindrical-coordinate representation of color #BC8FCB: hue angle of 285º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8FCB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 143 | 203 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.20 |
| HSL | 285º | 0.37% | 0.68% | - |
| HSV(B) | 285º | 0.3% | 0.8% | - |
| XYZ | 41.34 | 34.65 | 61.01 | - |
| YUV | 163.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 203 | 0.07 | 0.30 | 0 | 0.20 | 285 | 0.37 | 0.68 |
| Hex | BC | 8F | CB | 7 | 1E | 0 | 14 | 11D | 25 | 44 |
| Octal | 274 | 217 | 313 | 7 | 36 | 0 | 24 | 435 | 45 | 104 |
| Binary | 10111100 | 10001111 | 11001011 | 111 | 11110 | 0 | 10100 | 100011101 | 100101 | 1000100 |
Color Harmonies of #BC8FCB
Complementary color
Monochromatic Colors of #BC8FCB
Black with #BC8FCB
Text Example
Text Example
White with #BC8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FCB; }
p { color: rgb(188,143,203); }
H1.HeaderClassName
{
color: #BC8FCB;
}
.AnyTagClassName
{
color: #BC8FCB;
}
</style>
background-color css
<style>
a { background-color: #BC8FCB; }
a { background-color: rgb(188,143,203); }
div.DivClassName
{
background-color: #BC8FCB;
}
.BgClassName
{
background-color: #BC8FCB;
}
</style>
border-color css
<style>
span { border-color: #BC8FCB; }
span { border-color: rgb(188,143,203); }
td.TdClassName
{
border-color: #BC8FCB;
}
.TagClassName
{
border-color: #BC8FCB;
}
</style>