Shades of East Side #BB88CC
Tints of East Side #BB88CC
RGB
CMYK
RGB Variations
Color information
#BB88CC (or 0xBB88CC) is known color: East Side. HEX triplet: BB, 88 and CC. RGB value is (187,136,204). Sum of RGB (Red+Green+Blue) = 187+136+204=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CC is #447733. Grayscale: #9E9E9E. Windows color (decimal): -4486964 or 13404347. OLE color: 13404347.
HSL color Cylindrical-coordinate representation of color #BB88CC: hue angle of 285º 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 #BB88CC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 136 | 204 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.2 |
| HSL | 285º | 0.4% | 0.67% | - |
| HSV(B) | 285º | 0.33% | 0.8% | - |
| XYZ | 40.2 | 32.53 | 61.29 | - |
| YUV | 159 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 204 | 0.08 | 0.33 | 0 | 0.2 | 285 | 0.4 | 0.67 |
| Hex | BB | 88 | CC | 8 | 21 | 0 | 14 | 11D | 28 | 43 |
| Octal | 273 | 210 | 314 | 10 | 41 | 0 | 24 | 435 | 50 | 103 |
| Binary | 10111011 | 10001000 | 11001100 | 1000 | 100001 | 0 | 10100 | 100011101 | 101000 | 1000011 |
Color Harmonies of #BB88CC
Complementary color
Monochromatic Colors of #BB88CC
Black with #BB88CC
Text Example
Text Example
White with #BB88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88CC; }
p { color: rgb(187,136,204); }
H1.HeaderClassName
{
color: #BB88CC;
}
.AnyTagClassName
{
color: #BB88CC;
}
</style>
background-color css
<style>
a { background-color: #BB88CC; }
a { background-color: rgb(187,136,204); }
div.DivClassName
{
background-color: #BB88CC;
}
.BgClassName
{
background-color: #BB88CC;
}
</style>
border-color css
<style>
span { border-color: #BB88CC; }
span { border-color: rgb(187,136,204); }
td.TdClassName
{
border-color: #BB88CC;
}
.TagClassName
{
border-color: #BB88CC;
}
</style>