Shades of East Side #BB8ECC
Tints of East Side #BB8ECC
RGB
CMYK
RGB Variations
Color information
#BB8ECC (or 0xBB8ECC) is known color: East Side. HEX triplet: BB, 8E and CC. RGB value is (187,142,204). Sum of RGB (Red+Green+Blue) = 187+142+204=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ECC is #447133. Grayscale: #A2A2A2. Windows color (decimal): -4485428 or 13405883. OLE color: 13405883.
HSL color Cylindrical-coordinate representation of color #BB8ECC: hue angle of 283.55º degrees, saturation: 0.38, 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 #BB8ECC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 142 | 204 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.2 |
| HSL | 283.55º | 0.38% | 0.68% | - |
| HSV(B) | 283.55º | 0.3% | 0.8% | - |
| XYZ | 41.07 | 34.27 | 61.58 | - |
| YUV | 162.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 204 | 0.08 | 0.30 | 0 | 0.2 | 283.55 | 0.38 | 0.68 |
| Hex | BB | 8E | CC | 8 | 1E | 0 | 14 | 11C | 26 | 44 |
| Octal | 273 | 216 | 314 | 10 | 36 | 0 | 24 | 434 | 46 | 104 |
| Binary | 10111011 | 10001110 | 11001100 | 1000 | 11110 | 0 | 10100 | 100011100 | 100110 | 1000100 |
Color Harmonies of #BB8ECC
Complementary color
Monochromatic Colors of #BB8ECC
Black with #BB8ECC
Text Example
Text Example
White with #BB8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ECC; }
p { color: rgb(187,142,204); }
H1.HeaderClassName
{
color: #BB8ECC;
}
.AnyTagClassName
{
color: #BB8ECC;
}
</style>
background-color css
<style>
a { background-color: #BB8ECC; }
a { background-color: rgb(187,142,204); }
div.DivClassName
{
background-color: #BB8ECC;
}
.BgClassName
{
background-color: #BB8ECC;
}
</style>
border-color css
<style>
span { border-color: #BB8ECC; }
span { border-color: rgb(187,142,204); }
td.TdClassName
{
border-color: #BB8ECC;
}
.TagClassName
{
border-color: #BB8ECC;
}
</style>