Shades of East Side #BB8BCB
Tints of East Side #BB8BCB
RGB
CMYK
RGB Variations
Color information
#BB8BCB (or 0xBB8BCB) is known color: East Side. HEX triplet: BB, 8B and CB. RGB value is (187,139,203). Sum of RGB (Red+Green+Blue) = 187+139+203=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCB is #447434. Grayscale: #A0A0A0. Windows color (decimal): -4486197 or 13339579. OLE color: 13339579.
HSL color Cylindrical-coordinate representation of color #BB8BCB: hue angle of 285º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8BCB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 139 | 203 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 285º | 0.38% | 0.67% | - |
| HSV(B) | 285º | 0.32% | 0.8% | - |
| XYZ | 40.51 | 33.34 | 60.8 | - |
| YUV | 160.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 203 | 0.08 | 0.32 | 0 | 0.20 | 285 | 0.38 | 0.67 |
| Hex | BB | 8B | CB | 8 | 20 | 0 | 14 | 11D | 26 | 43 |
| Octal | 273 | 213 | 313 | 10 | 40 | 0 | 24 | 435 | 46 | 103 |
| Binary | 10111011 | 10001011 | 11001011 | 1000 | 100000 | 0 | 10100 | 100011101 | 100110 | 1000011 |
Color Harmonies of #BB8BCB
Complementary color
Monochromatic Colors of #BB8BCB
Black with #BB8BCB
Text Example
Text Example
White with #BB8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BCB; }
p { color: rgb(187,139,203); }
H1.HeaderClassName
{
color: #BB8BCB;
}
.AnyTagClassName
{
color: #BB8BCB;
}
</style>
background-color css
<style>
a { background-color: #BB8BCB; }
a { background-color: rgb(187,139,203); }
div.DivClassName
{
background-color: #BB8BCB;
}
.BgClassName
{
background-color: #BB8BCB;
}
</style>
border-color css
<style>
span { border-color: #BB8BCB; }
span { border-color: rgb(187,139,203); }
td.TdClassName
{
border-color: #BB8BCB;
}
.TagClassName
{
border-color: #BB8BCB;
}
</style>