Shades of East Side #BC89CB
Tints of East Side #BC89CB
RGB
CMYK
RGB Variations
Color information
#BC89CB (or 0xBC89CB) is known color: East Side. HEX triplet: BC, 89 and CB. RGB value is (188,137,203). Sum of RGB (Red+Green+Blue) = 188+137+203=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CB is #437634. Grayscale: #9F9F9F. Windows color (decimal): -4421173 or 13339068. OLE color: 13339068.
HSL color Cylindrical-coordinate representation of color #BC89CB: hue angle of 286.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC89CB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 137 | 203 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.20 |
| HSL | 286.36º | 0.39% | 0.67% | - |
| HSV(B) | 286.36º | 0.33% | 0.8% | - |
| XYZ | 40.46 | 32.89 | 60.72 | - |
| YUV | 159.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 203 | 0.07 | 0.33 | 0 | 0.20 | 286.36 | 0.39 | 0.67 |
| Hex | BC | 89 | CB | 7 | 21 | 0 | 14 | 11E | 27 | 43 |
| Octal | 274 | 211 | 313 | 7 | 41 | 0 | 24 | 436 | 47 | 103 |
| Binary | 10111100 | 10001001 | 11001011 | 111 | 100001 | 0 | 10100 | 100011110 | 100111 | 1000011 |
Color Harmonies of #BC89CB
Complementary color
Monochromatic Colors of #BC89CB
Black with #BC89CB
Text Example
Text Example
White with #BC89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89CB; }
p { color: rgb(188,137,203); }
H1.HeaderClassName
{
color: #BC89CB;
}
.AnyTagClassName
{
color: #BC89CB;
}
</style>
background-color css
<style>
a { background-color: #BC89CB; }
a { background-color: rgb(188,137,203); }
div.DivClassName
{
background-color: #BC89CB;
}
.BgClassName
{
background-color: #BC89CB;
}
</style>
border-color css
<style>
span { border-color: #BC89CB; }
span { border-color: rgb(188,137,203); }
td.TdClassName
{
border-color: #BC89CB;
}
.TagClassName
{
border-color: #BC89CB;
}
</style>