Shades of East Side #BB8ECE
Tints of East Side #BB8ECE
RGB
CMYK
RGB Variations
Color information
#BB8ECE (or 0xBB8ECE) is known color: East Side. HEX triplet: BB, 8E and CE. RGB value is (187,142,206). Sum of RGB (Red+Green+Blue) = 187+142+206=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ECE is #447131. Grayscale: #A2A2A2. Windows color (decimal): -4485426 or 13536955. OLE color: 13536955.
HSL color Cylindrical-coordinate representation of color #BB8ECE: hue angle of 282.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8ECE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 142 | 206 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.19 |
| HSL | 282.19º | 0.4% | 0.68% | - |
| HSV(B) | 282.19º | 0.31% | 0.81% | - |
| XYZ | 41.31 | 34.37 | 62.85 | - |
| YUV | 162.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 206 | 0.09 | 0.31 | 0 | 0.19 | 282.19 | 0.4 | 0.68 |
| Hex | BB | 8E | CE | 9 | 1F | 0 | 13 | 11A | 28 | 44 |
| Octal | 273 | 216 | 316 | 11 | 37 | 0 | 23 | 432 | 50 | 104 |
| Binary | 10111011 | 10001110 | 11001110 | 1001 | 11111 | 0 | 10011 | 100011010 | 101000 | 1000100 |
Color Harmonies of #BB8ECE
Complementary color
Monochromatic Colors of #BB8ECE
Black with #BB8ECE
Text Example
Text Example
White with #BB8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ECE; }
p { color: rgb(187,142,206); }
H1.HeaderClassName
{
color: #BB8ECE;
}
.AnyTagClassName
{
color: #BB8ECE;
}
</style>
background-color css
<style>
a { background-color: #BB8ECE; }
a { background-color: rgb(187,142,206); }
div.DivClassName
{
background-color: #BB8ECE;
}
.BgClassName
{
background-color: #BB8ECE;
}
</style>
border-color css
<style>
span { border-color: #BB8ECE; }
span { border-color: rgb(187,142,206); }
td.TdClassName
{
border-color: #BB8ECE;
}
.TagClassName
{
border-color: #BB8ECE;
}
</style>