Shades of East Side #BC8FC9
Tints of East Side #BC8FC9
RGB
CMYK
RGB Variations
Color information
#BC8FC9 (or 0xBC8FC9) is known color: East Side. HEX triplet: BC, 8F and C9. RGB value is (188,143,201). Sum of RGB (Red+Green+Blue) = 188+143+201=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC8FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC9 is #437036. Grayscale: #A2A2A2. Windows color (decimal): -4419639 or 13209532. OLE color: 13209532.
HSL color Cylindrical-coordinate representation of color #BC8FC9: hue angle of 286.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8FC9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 143 | 201 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.21 |
| HSL | 286.55º | 0.35% | 0.67% | - |
| HSV(B) | 286.55º | 0.29% | 0.79% | - |
| XYZ | 41.1 | 34.55 | 59.76 | - |
| YUV | 163.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 201 | 0.06 | 0.29 | 0 | 0.21 | 286.55 | 0.35 | 0.67 |
| Hex | BC | 8F | C9 | 6 | 1D | 0 | 15 | 11F | 23 | 43 |
| Octal | 274 | 217 | 311 | 6 | 35 | 0 | 25 | 437 | 43 | 103 |
| Binary | 10111100 | 10001111 | 11001001 | 110 | 11101 | 0 | 10101 | 100011111 | 100011 | 1000011 |
Color Harmonies of #BC8FC9
Complementary color
Monochromatic Colors of #BC8FC9
Black with #BC8FC9
Text Example
Text Example
White with #BC8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FC9; }
p { color: rgb(188,143,201); }
H1.HeaderClassName
{
color: #BC8FC9;
}
.AnyTagClassName
{
color: #BC8FC9;
}
</style>
background-color css
<style>
a { background-color: #BC8FC9; }
a { background-color: rgb(188,143,201); }
div.DivClassName
{
background-color: #BC8FC9;
}
.BgClassName
{
background-color: #BC8FC9;
}
</style>
border-color css
<style>
span { border-color: #BC8FC9; }
span { border-color: rgb(188,143,201); }
td.TdClassName
{
border-color: #BC8FC9;
}
.TagClassName
{
border-color: #BC8FC9;
}
</style>