Shades of East Side #BB88CF
Tints of East Side #BB88CF
RGB
CMYK
RGB Variations
Color information
#BB88CF (or 0xBB88CF) is known color: East Side. HEX triplet: BB, 88 and CF. RGB value is (187,136,207). Sum of RGB (Red+Green+Blue) = 187+136+207=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CF is #447730. Grayscale: #9F9F9F. Windows color (decimal): -4486961 or 13600955. OLE color: 13600955.
HSL color Cylindrical-coordinate representation of color #BB88CF: hue angle of 283.1º degrees, saturation: 0.43, 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 #BB88CF is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 136 | 207 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.19 |
| HSL | 283.1º | 0.43% | 0.67% | - |
| HSV(B) | 283.1º | 0.34% | 0.81% | - |
| XYZ | 40.56 | 32.68 | 63.2 | - |
| YUV | 159.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 207 | 0.10 | 0.34 | 0 | 0.19 | 283.1 | 0.43 | 0.67 |
| Hex | BB | 88 | CF | A | 22 | 0 | 13 | 11B | 2B | 43 |
| Octal | 273 | 210 | 317 | 12 | 42 | 0 | 23 | 433 | 53 | 103 |
| Binary | 10111011 | 10001000 | 11001111 | 1010 | 100010 | 0 | 10011 | 100011011 | 101011 | 1000011 |
Color Harmonies of #BB88CF
Complementary color
Monochromatic Colors of #BB88CF
Black with #BB88CF
Text Example
Text Example
White with #BB88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88CF; }
p { color: rgb(187,136,207); }
H1.HeaderClassName
{
color: #BB88CF;
}
.AnyTagClassName
{
color: #BB88CF;
}
</style>
background-color css
<style>
a { background-color: #BB88CF; }
a { background-color: rgb(187,136,207); }
div.DivClassName
{
background-color: #BB88CF;
}
.BgClassName
{
background-color: #BB88CF;
}
</style>
border-color css
<style>
span { border-color: #BB88CF; }
span { border-color: rgb(187,136,207); }
td.TdClassName
{
border-color: #BB88CF;
}
.TagClassName
{
border-color: #BB88CF;
}
</style>