Shades of East Side #BB88C7
Tints of East Side #BB88C7
RGB
CMYK
RGB Variations
Color information
#BB88C7 (or 0xBB88C7) is known color: East Side. HEX triplet: BB, 88 and C7. RGB value is (187,136,199). Sum of RGB (Red+Green+Blue) = 187+136+199=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB88C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88C7 is #447738. Grayscale: #9E9E9E. Windows color (decimal): -4486969 or 13076667. OLE color: 13076667.
HSL color Cylindrical-coordinate representation of color #BB88C7: hue angle of 288.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB88C7 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 136 | 199 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.22 |
| HSL | 288.57º | 0.36% | 0.66% | - |
| HSV(B) | 288.57º | 0.32% | 0.78% | - |
| XYZ | 39.61 | 32.3 | 58.18 | - |
| YUV | 158.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 199 | 0.06 | 0.32 | 0 | 0.22 | 288.57 | 0.36 | 0.66 |
| Hex | BB | 88 | C7 | 6 | 20 | 0 | 16 | 121 | 24 | 42 |
| Octal | 273 | 210 | 307 | 6 | 40 | 0 | 26 | 441 | 44 | 102 |
| Binary | 10111011 | 10001000 | 11000111 | 110 | 100000 | 0 | 10110 | 100100001 | 100100 | 1000010 |
Color Harmonies of #BB88C7
Complementary color
Monochromatic Colors of #BB88C7
Black with #BB88C7
Text Example
Text Example
White with #BB88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88C7; }
p { color: rgb(187,136,199); }
H1.HeaderClassName
{
color: #BB88C7;
}
.AnyTagClassName
{
color: #BB88C7;
}
</style>
background-color css
<style>
a { background-color: #BB88C7; }
a { background-color: rgb(187,136,199); }
div.DivClassName
{
background-color: #BB88C7;
}
.BgClassName
{
background-color: #BB88C7;
}
</style>
border-color css
<style>
span { border-color: #BB88C7; }
span { border-color: rgb(187,136,199); }
td.TdClassName
{
border-color: #BB88C7;
}
.TagClassName
{
border-color: #BB88C7;
}
</style>