Shades of East Side #BB82C8
Tints of East Side #BB82C8
RGB
CMYK
RGB Variations
Color information
#BB82C8 (or 0xBB82C8) is known color: East Side. HEX triplet: BB, 82 and C8. RGB value is (187,130,200). Sum of RGB (Red+Green+Blue) = 187+130+200=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82C8 is #447D37. Grayscale: #9A9A9A. Windows color (decimal): -4488504 or 13140667. OLE color: 13140667.
HSL color Cylindrical-coordinate representation of color #BB82C8: hue angle of 288.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB82C8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 130 | 200 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.22 |
| HSL | 288.86º | 0.39% | 0.65% | - |
| HSV(B) | 288.86º | 0.35% | 0.78% | - |
| XYZ | 38.9 | 30.7 | 58.52 | - |
| YUV | 155.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 200 | 0.06 | 0.35 | 0 | 0.22 | 288.86 | 0.39 | 0.65 |
| Hex | BB | 82 | C8 | 6 | 23 | 0 | 16 | 121 | 27 | 41 |
| Octal | 273 | 202 | 310 | 6 | 43 | 0 | 26 | 441 | 47 | 101 |
| Binary | 10111011 | 10000010 | 11001000 | 110 | 100011 | 0 | 10110 | 100100001 | 100111 | 1000001 |
Color Harmonies of #BB82C8
Complementary color
Monochromatic Colors of #BB82C8
Black with #BB82C8
Text Example
Text Example
White with #BB82C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82C8; }
p { color: rgb(187,130,200); }
H1.HeaderClassName
{
color: #BB82C8;
}
.AnyTagClassName
{
color: #BB82C8;
}
</style>
background-color css
<style>
a { background-color: #BB82C8; }
a { background-color: rgb(187,130,200); }
div.DivClassName
{
background-color: #BB82C8;
}
.BgClassName
{
background-color: #BB82C8;
}
</style>
border-color css
<style>
span { border-color: #BB82C8; }
span { border-color: rgb(187,130,200); }
td.TdClassName
{
border-color: #BB82C8;
}
.TagClassName
{
border-color: #BB82C8;
}
</style>