Shades of East Side #BB8DCC
Tints of East Side #BB8DCC
RGB
CMYK
RGB Variations
Color information
#BB8DCC (or 0xBB8DCC) is known color: East Side. HEX triplet: BB, 8D and CC. RGB value is (187,141,204). Sum of RGB (Red+Green+Blue) = 187+141+204=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DCC is #447233. Grayscale: #A1A1A1. Windows color (decimal): -4485684 or 13405627. OLE color: 13405627.
HSL color Cylindrical-coordinate representation of color #BB8DCC: hue angle of 283.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8DCC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 141 | 204 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.2 |
| HSL | 283.81º | 0.38% | 0.68% | - |
| HSV(B) | 283.81º | 0.31% | 0.8% | - |
| XYZ | 40.92 | 33.97 | 61.53 | - |
| YUV | 161.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 204 | 0.08 | 0.31 | 0 | 0.2 | 283.81 | 0.38 | 0.68 |
| Hex | BB | 8D | CC | 8 | 1F | 0 | 14 | 11C | 26 | 44 |
| Octal | 273 | 215 | 314 | 10 | 37 | 0 | 24 | 434 | 46 | 104 |
| Binary | 10111011 | 10001101 | 11001100 | 1000 | 11111 | 0 | 10100 | 100011100 | 100110 | 1000100 |
Color Harmonies of #BB8DCC
Complementary color
Monochromatic Colors of #BB8DCC
Black with #BB8DCC
Text Example
Text Example
White with #BB8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DCC; }
p { color: rgb(187,141,204); }
H1.HeaderClassName
{
color: #BB8DCC;
}
.AnyTagClassName
{
color: #BB8DCC;
}
</style>
background-color css
<style>
a { background-color: #BB8DCC; }
a { background-color: rgb(187,141,204); }
div.DivClassName
{
background-color: #BB8DCC;
}
.BgClassName
{
background-color: #BB8DCC;
}
</style>
border-color css
<style>
span { border-color: #BB8DCC; }
span { border-color: rgb(187,141,204); }
td.TdClassName
{
border-color: #BB8DCC;
}
.TagClassName
{
border-color: #BB8DCC;
}
</style>