Shades of East Side #BC8FCC
Tints of East Side #BC8FCC
RGB
CMYK
RGB Variations
Color information
#BC8FCC (or 0xBC8FCC) is known color: East Side. HEX triplet: BC, 8F and CC. RGB value is (188,143,204). Sum of RGB (Red+Green+Blue) = 188+143+204=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FCC is #437033. Grayscale: #A3A3A3. Windows color (decimal): -4419636 or 13406140. OLE color: 13406140.
HSL color Cylindrical-coordinate representation of color #BC8FCC: hue angle of 284.26º 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 #BC8FCC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 143 | 204 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.2 |
| HSL | 284.26º | 0.37% | 0.68% | - |
| HSV(B) | 284.26º | 0.3% | 0.8% | - |
| XYZ | 41.46 | 34.7 | 61.64 | - |
| YUV | 163.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 204 | 0.08 | 0.30 | 0 | 0.2 | 284.26 | 0.37 | 0.68 |
| Hex | BC | 8F | CC | 8 | 1E | 0 | 14 | 11C | 25 | 44 |
| Octal | 274 | 217 | 314 | 10 | 36 | 0 | 24 | 434 | 45 | 104 |
| Binary | 10111100 | 10001111 | 11001100 | 1000 | 11110 | 0 | 10100 | 100011100 | 100101 | 1000100 |
Color Harmonies of #BC8FCC
Complementary color
Monochromatic Colors of #BC8FCC
Black with #BC8FCC
Text Example
Text Example
White with #BC8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FCC; }
p { color: rgb(188,143,204); }
H1.HeaderClassName
{
color: #BC8FCC;
}
.AnyTagClassName
{
color: #BC8FCC;
}
</style>
background-color css
<style>
a { background-color: #BC8FCC; }
a { background-color: rgb(188,143,204); }
div.DivClassName
{
background-color: #BC8FCC;
}
.BgClassName
{
background-color: #BC8FCC;
}
</style>
border-color css
<style>
span { border-color: #BC8FCC; }
span { border-color: rgb(188,143,204); }
td.TdClassName
{
border-color: #BC8FCC;
}
.TagClassName
{
border-color: #BC8FCC;
}
</style>