Shades of East Side #BC88CC
Tints of East Side #BC88CC
RGB
CMYK
RGB Variations
Color information
#BC88CC (or 0xBC88CC) is known color: East Side. HEX triplet: BC, 88 and CC. RGB value is (188,136,204). Sum of RGB (Red+Green+Blue) = 188+136+204=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CC is #437733. Grayscale: #9F9F9F. Windows color (decimal): -4421428 or 13404348. OLE color: 13404348.
HSL color Cylindrical-coordinate representation of color #BC88CC: hue angle of 285.88º degrees, saturation: 0.4, 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 #BC88CC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 136 | 204 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.2 |
| HSL | 285.88º | 0.4% | 0.67% | - |
| HSV(B) | 285.88º | 0.33% | 0.8% | - |
| XYZ | 40.44 | 32.66 | 61.3 | - |
| YUV | 159.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 204 | 0.08 | 0.33 | 0 | 0.2 | 285.88 | 0.4 | 0.67 |
| Hex | BC | 88 | CC | 8 | 21 | 0 | 14 | 11E | 28 | 43 |
| Octal | 274 | 210 | 314 | 10 | 41 | 0 | 24 | 436 | 50 | 103 |
| Binary | 10111100 | 10001000 | 11001100 | 1000 | 100001 | 0 | 10100 | 100011110 | 101000 | 1000011 |
Color Harmonies of #BC88CC
Complementary color
Monochromatic Colors of #BC88CC
Black with #BC88CC
Text Example
Text Example
White with #BC88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88CC; }
p { color: rgb(188,136,204); }
H1.HeaderClassName
{
color: #BC88CC;
}
.AnyTagClassName
{
color: #BC88CC;
}
</style>
background-color css
<style>
a { background-color: #BC88CC; }
a { background-color: rgb(188,136,204); }
div.DivClassName
{
background-color: #BC88CC;
}
.BgClassName
{
background-color: #BC88CC;
}
</style>
border-color css
<style>
span { border-color: #BC88CC; }
span { border-color: rgb(188,136,204); }
td.TdClassName
{
border-color: #BC88CC;
}
.TagClassName
{
border-color: #BC88CC;
}
</style>