Shades of East Side #BC91C7
Tints of East Side #BC91C7
RGB
CMYK
RGB Variations
Color information
#BC91C7 (or 0xBC91C7) is known color: East Side. HEX triplet: BC, 91 and C7. RGB value is (188,145,199). Sum of RGB (Red+Green+Blue) = 188+145+199=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC91C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C7 is #436E38. Grayscale: #A3A3A3. Windows color (decimal): -4419129 or 13078972. OLE color: 13078972.
HSL color Cylindrical-coordinate representation of color #BC91C7: hue angle of 287.78º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC91C7 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 145 | 199 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.22 |
| HSL | 287.78º | 0.33% | 0.67% | - |
| HSV(B) | 287.78º | 0.27% | 0.78% | - |
| XYZ | 41.17 | 35.07 | 58.63 | - |
| YUV | 164.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 199 | 0.06 | 0.27 | 0 | 0.22 | 287.78 | 0.33 | 0.67 |
| Hex | BC | 91 | C7 | 6 | 1B | 0 | 16 | 120 | 21 | 43 |
| Octal | 274 | 221 | 307 | 6 | 33 | 0 | 26 | 440 | 41 | 103 |
| Binary | 10111100 | 10010001 | 11000111 | 110 | 11011 | 0 | 10110 | 100100000 | 100001 | 1000011 |
Color Harmonies of #BC91C7
Complementary color
Monochromatic Colors of #BC91C7
Black with #BC91C7
Text Example
Text Example
White with #BC91C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91C7; }
p { color: rgb(188,145,199); }
H1.HeaderClassName
{
color: #BC91C7;
}
.AnyTagClassName
{
color: #BC91C7;
}
</style>
background-color css
<style>
a { background-color: #BC91C7; }
a { background-color: rgb(188,145,199); }
div.DivClassName
{
background-color: #BC91C7;
}
.BgClassName
{
background-color: #BC91C7;
}
</style>
border-color css
<style>
span { border-color: #BC91C7; }
span { border-color: rgb(188,145,199); }
td.TdClassName
{
border-color: #BC91C7;
}
.TagClassName
{
border-color: #BC91C7;
}
</style>