Shades of East Side #BB8ECB
Tints of East Side #BB8ECB
RGB
CMYK
RGB Variations
Color information
#BB8ECB (or 0xBB8ECB) is known color: East Side. HEX triplet: BB, 8E and CB. RGB value is (187,142,203). Sum of RGB (Red+Green+Blue) = 187+142+203=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ECB is #447134. Grayscale: #A2A2A2. Windows color (decimal): -4485429 or 13340347. OLE color: 13340347.
HSL color Cylindrical-coordinate representation of color #BB8ECB: hue angle of 284.26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8ECB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 142 | 203 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.20 |
| HSL | 284.26º | 0.37% | 0.68% | - |
| HSV(B) | 284.26º | 0.3% | 0.8% | - |
| XYZ | 40.95 | 34.22 | 60.95 | - |
| YUV | 162.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 203 | 0.08 | 0.30 | 0 | 0.20 | 284.26 | 0.37 | 0.68 |
| Hex | BB | 8E | CB | 8 | 1E | 0 | 14 | 11C | 25 | 44 |
| Octal | 273 | 216 | 313 | 10 | 36 | 0 | 24 | 434 | 45 | 104 |
| Binary | 10111011 | 10001110 | 11001011 | 1000 | 11110 | 0 | 10100 | 100011100 | 100101 | 1000100 |
Color Harmonies of #BB8ECB
Complementary color
Monochromatic Colors of #BB8ECB
Black with #BB8ECB
Text Example
Text Example
White with #BB8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ECB; }
p { color: rgb(187,142,203); }
H1.HeaderClassName
{
color: #BB8ECB;
}
.AnyTagClassName
{
color: #BB8ECB;
}
</style>
background-color css
<style>
a { background-color: #BB8ECB; }
a { background-color: rgb(187,142,203); }
div.DivClassName
{
background-color: #BB8ECB;
}
.BgClassName
{
background-color: #BB8ECB;
}
</style>
border-color css
<style>
span { border-color: #BB8ECB; }
span { border-color: rgb(187,142,203); }
td.TdClassName
{
border-color: #BB8ECB;
}
.TagClassName
{
border-color: #BB8ECB;
}
</style>