Shades of East Side #BC91C8
Tints of East Side #BC91C8
RGB
CMYK
RGB Variations
Color information
#BC91C8 (or 0xBC91C8) is known color: East Side. HEX triplet: BC, 91 and C8. RGB value is (188,145,200). Sum of RGB (Red+Green+Blue) = 188+145+200=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC91C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C8 is #436E37. Grayscale: #A3A3A3. Windows color (decimal): -4419128 or 13144508. OLE color: 13144508.
HSL color Cylindrical-coordinate representation of color #BC91C8: hue angle of 286.91º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC91C8 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 145 | 200 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.22 |
| HSL | 286.91º | 0.33% | 0.68% | - |
| HSV(B) | 286.91º | 0.28% | 0.78% | - |
| XYZ | 41.29 | 35.11 | 59.24 | - |
| YUV | 164.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 200 | 0.06 | 0.28 | 0 | 0.22 | 286.91 | 0.33 | 0.68 |
| Hex | BC | 91 | C8 | 6 | 1C | 0 | 16 | 11F | 21 | 44 |
| Octal | 274 | 221 | 310 | 6 | 34 | 0 | 26 | 437 | 41 | 104 |
| Binary | 10111100 | 10010001 | 11001000 | 110 | 11100 | 0 | 10110 | 100011111 | 100001 | 1000100 |
Color Harmonies of #BC91C8
Complementary color
Monochromatic Colors of #BC91C8
Black with #BC91C8
Text Example
Text Example
White with #BC91C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91C8; }
p { color: rgb(188,145,200); }
H1.HeaderClassName
{
color: #BC91C8;
}
.AnyTagClassName
{
color: #BC91C8;
}
</style>
background-color css
<style>
a { background-color: #BC91C8; }
a { background-color: rgb(188,145,200); }
div.DivClassName
{
background-color: #BC91C8;
}
.BgClassName
{
background-color: #BC91C8;
}
</style>
border-color css
<style>
span { border-color: #BC91C8; }
span { border-color: rgb(188,145,200); }
td.TdClassName
{
border-color: #BC91C8;
}
.TagClassName
{
border-color: #BC91C8;
}
</style>