Shades of East Side #BC88CB
Tints of East Side #BC88CB
RGB
CMYK
RGB Variations
Color information
#BC88CB (or 0xBC88CB) is known color: East Side. HEX triplet: BC, 88 and CB. RGB value is (188,136,203). Sum of RGB (Red+Green+Blue) = 188+136+203=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CB is #437734. Grayscale: #9E9E9E. Windows color (decimal): -4421429 or 13338812. OLE color: 13338812.
HSL color Cylindrical-coordinate representation of color #BC88CB: hue angle of 286.57º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC88CB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 136 | 203 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.20 |
| HSL | 286.57º | 0.39% | 0.66% | - |
| HSV(B) | 286.57º | 0.33% | 0.8% | - |
| XYZ | 40.32 | 32.61 | 60.67 | - |
| YUV | 159.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 203 | 0.07 | 0.33 | 0 | 0.20 | 286.57 | 0.39 | 0.66 |
| Hex | BC | 88 | CB | 7 | 21 | 0 | 14 | 11F | 27 | 42 |
| Octal | 274 | 210 | 313 | 7 | 41 | 0 | 24 | 437 | 47 | 102 |
| Binary | 10111100 | 10001000 | 11001011 | 111 | 100001 | 0 | 10100 | 100011111 | 100111 | 1000010 |
Color Harmonies of #BC88CB
Complementary color
Monochromatic Colors of #BC88CB
Black with #BC88CB
Text Example
Text Example
White with #BC88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88CB; }
p { color: rgb(188,136,203); }
H1.HeaderClassName
{
color: #BC88CB;
}
.AnyTagClassName
{
color: #BC88CB;
}
</style>
background-color css
<style>
a { background-color: #BC88CB; }
a { background-color: rgb(188,136,203); }
div.DivClassName
{
background-color: #BC88CB;
}
.BgClassName
{
background-color: #BC88CB;
}
</style>
border-color css
<style>
span { border-color: #BC88CB; }
span { border-color: rgb(188,136,203); }
td.TdClassName
{
border-color: #BC88CB;
}
.TagClassName
{
border-color: #BC88CB;
}
</style>