Shades of East Side #BC8ACF
Tints of East Side #BC8ACF
RGB
CMYK
RGB Variations
Color information
#BC8ACF (or 0xBC8ACF) is known color: East Side. HEX triplet: BC, 8A and CF. RGB value is (188,138,207). Sum of RGB (Red+Green+Blue) = 188+138+207=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ACF is #437530. Grayscale: #A0A0A0. Windows color (decimal): -4420913 or 13601468. OLE color: 13601468.
HSL color Cylindrical-coordinate representation of color #BC8ACF: hue angle of 283.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC8ACF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 138 | 207 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.19 |
| HSL | 283.48º | 0.42% | 0.68% | - |
| HSV(B) | 283.48º | 0.33% | 0.81% | - |
| XYZ | 41.09 | 33.37 | 63.31 | - |
| YUV | 160.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 207 | 0.09 | 0.33 | 0 | 0.19 | 283.48 | 0.42 | 0.68 |
| Hex | BC | 8A | CF | 9 | 21 | 0 | 13 | 11B | 2A | 44 |
| Octal | 274 | 212 | 317 | 11 | 41 | 0 | 23 | 433 | 52 | 104 |
| Binary | 10111100 | 10001010 | 11001111 | 1001 | 100001 | 0 | 10011 | 100011011 | 101010 | 1000100 |
Color Harmonies of #BC8ACF
Complementary color
Monochromatic Colors of #BC8ACF
Black with #BC8ACF
Text Example
Text Example
White with #BC8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ACF; }
p { color: rgb(188,138,207); }
H1.HeaderClassName
{
color: #BC8ACF;
}
.AnyTagClassName
{
color: #BC8ACF;
}
</style>
background-color css
<style>
a { background-color: #BC8ACF; }
a { background-color: rgb(188,138,207); }
div.DivClassName
{
background-color: #BC8ACF;
}
.BgClassName
{
background-color: #BC8ACF;
}
</style>
border-color css
<style>
span { border-color: #BC8ACF; }
span { border-color: rgb(188,138,207); }
td.TdClassName
{
border-color: #BC8ACF;
}
.TagClassName
{
border-color: #BC8ACF;
}
</style>