Shades of East Side #BB8DC8
Tints of East Side #BB8DC8
RGB
CMYK
RGB Variations
Color information
#BB8DC8 (or 0xBB8DC8) is known color: East Side. HEX triplet: BB, 8D and C8. RGB value is (187,141,200). Sum of RGB (Red+Green+Blue) = 187+141+200=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB8DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC8 is #447237. Grayscale: #A1A1A1. Windows color (decimal): -4485688 or 13143483. OLE color: 13143483.
HSL color Cylindrical-coordinate representation of color #BB8DC8: hue angle of 286.78º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8DC8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 141 | 200 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.22 |
| HSL | 286.78º | 0.35% | 0.67% | - |
| HSV(B) | 286.78º | 0.3% | 0.78% | - |
| XYZ | 40.44 | 33.78 | 59.03 | - |
| YUV | 161.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 200 | 0.06 | 0.29 | 0 | 0.22 | 286.78 | 0.35 | 0.67 |
| Hex | BB | 8D | C8 | 6 | 1D | 0 | 16 | 11F | 23 | 43 |
| Octal | 273 | 215 | 310 | 6 | 35 | 0 | 26 | 437 | 43 | 103 |
| Binary | 10111011 | 10001101 | 11001000 | 110 | 11101 | 0 | 10110 | 100011111 | 100011 | 1000011 |
Color Harmonies of #BB8DC8
Complementary color
Monochromatic Colors of #BB8DC8
Black with #BB8DC8
Text Example
Text Example
White with #BB8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DC8; }
p { color: rgb(187,141,200); }
H1.HeaderClassName
{
color: #BB8DC8;
}
.AnyTagClassName
{
color: #BB8DC8;
}
</style>
background-color css
<style>
a { background-color: #BB8DC8; }
a { background-color: rgb(187,141,200); }
div.DivClassName
{
background-color: #BB8DC8;
}
.BgClassName
{
background-color: #BB8DC8;
}
</style>
border-color css
<style>
span { border-color: #BB8DC8; }
span { border-color: rgb(187,141,200); }
td.TdClassName
{
border-color: #BB8DC8;
}
.TagClassName
{
border-color: #BB8DC8;
}
</style>