Shades of East Side #BB8DCE
Tints of East Side #BB8DCE
RGB
CMYK
RGB Variations
Color information
#BB8DCE (or 0xBB8DCE) is known color: East Side. HEX triplet: BB, 8D and CE. RGB value is (187,141,206). Sum of RGB (Red+Green+Blue) = 187+141+206=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DCE is #447231. Grayscale: #A1A1A1. Windows color (decimal): -4485682 or 13536699. OLE color: 13536699.
HSL color Cylindrical-coordinate representation of color #BB8DCE: hue angle of 282.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8DCE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 141 | 206 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.19 |
| HSL | 282.46º | 0.4% | 0.68% | - |
| HSV(B) | 282.46º | 0.32% | 0.81% | - |
| XYZ | 41.16 | 34.07 | 62.8 | - |
| YUV | 162.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 206 | 0.09 | 0.32 | 0 | 0.19 | 282.46 | 0.4 | 0.68 |
| Hex | BB | 8D | CE | 9 | 20 | 0 | 13 | 11A | 28 | 44 |
| Octal | 273 | 215 | 316 | 11 | 40 | 0 | 23 | 432 | 50 | 104 |
| Binary | 10111011 | 10001101 | 11001110 | 1001 | 100000 | 0 | 10011 | 100011010 | 101000 | 1000100 |
Color Harmonies of #BB8DCE
Complementary color
Monochromatic Colors of #BB8DCE
Black with #BB8DCE
Text Example
Text Example
White with #BB8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DCE; }
p { color: rgb(187,141,206); }
H1.HeaderClassName
{
color: #BB8DCE;
}
.AnyTagClassName
{
color: #BB8DCE;
}
</style>
background-color css
<style>
a { background-color: #BB8DCE; }
a { background-color: rgb(187,141,206); }
div.DivClassName
{
background-color: #BB8DCE;
}
.BgClassName
{
background-color: #BB8DCE;
}
</style>
border-color css
<style>
span { border-color: #BB8DCE; }
span { border-color: rgb(187,141,206); }
td.TdClassName
{
border-color: #BB8DCE;
}
.TagClassName
{
border-color: #BB8DCE;
}
</style>