Shades of East Side #BB88CE
Tints of East Side #BB88CE
RGB
CMYK
RGB Variations
Color information
#BB88CE (or 0xBB88CE) is known color: East Side. HEX triplet: BB, 88 and CE. RGB value is (187,136,206). Sum of RGB (Red+Green+Blue) = 187+136+206=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CE is #447731. Grayscale: #9F9F9F. Windows color (decimal): -4486962 or 13535419. OLE color: 13535419.
HSL color Cylindrical-coordinate representation of color #BB88CE: hue angle of 283.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB88CE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 136 | 206 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.19 |
| HSL | 283.71º | 0.42% | 0.67% | - |
| HSV(B) | 283.71º | 0.34% | 0.81% | - |
| XYZ | 40.44 | 32.63 | 62.56 | - |
| YUV | 159.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 206 | 0.09 | 0.34 | 0 | 0.19 | 283.71 | 0.42 | 0.67 |
| Hex | BB | 88 | CE | 9 | 22 | 0 | 13 | 11C | 2A | 43 |
| Octal | 273 | 210 | 316 | 11 | 42 | 0 | 23 | 434 | 52 | 103 |
| Binary | 10111011 | 10001000 | 11001110 | 1001 | 100010 | 0 | 10011 | 100011100 | 101010 | 1000011 |
Color Harmonies of #BB88CE
Complementary color
Monochromatic Colors of #BB88CE
Black with #BB88CE
Text Example
Text Example
White with #BB88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88CE; }
p { color: rgb(187,136,206); }
H1.HeaderClassName
{
color: #BB88CE;
}
.AnyTagClassName
{
color: #BB88CE;
}
</style>
background-color css
<style>
a { background-color: #BB88CE; }
a { background-color: rgb(187,136,206); }
div.DivClassName
{
background-color: #BB88CE;
}
.BgClassName
{
background-color: #BB88CE;
}
</style>
border-color css
<style>
span { border-color: #BB88CE; }
span { border-color: rgb(187,136,206); }
td.TdClassName
{
border-color: #BB88CE;
}
.TagClassName
{
border-color: #BB88CE;
}
</style>