Shades of East Side #BB8DCA
Tints of East Side #BB8DCA
RGB
CMYK
RGB Variations
Color information
#BB8DCA (or 0xBB8DCA) is known color: East Side. HEX triplet: BB, 8D and CA. RGB value is (187,141,202). Sum of RGB (Red+Green+Blue) = 187+141+202=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DCA is #447235. Grayscale: #A1A1A1. Windows color (decimal): -4485686 or 13274555. OLE color: 13274555.
HSL color Cylindrical-coordinate representation of color #BB8DCA: hue angle of 285.25º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8DCA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 141 | 202 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.21 |
| HSL | 285.25º | 0.37% | 0.67% | - |
| HSV(B) | 285.25º | 0.3% | 0.79% | - |
| XYZ | 40.68 | 33.88 | 60.27 | - |
| YUV | 161.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 202 | 0.07 | 0.30 | 0 | 0.21 | 285.25 | 0.37 | 0.67 |
| Hex | BB | 8D | CA | 7 | 1E | 0 | 15 | 11D | 25 | 43 |
| Octal | 273 | 215 | 312 | 7 | 36 | 0 | 25 | 435 | 45 | 103 |
| Binary | 10111011 | 10001101 | 11001010 | 111 | 11110 | 0 | 10101 | 100011101 | 100101 | 1000011 |
Color Harmonies of #BB8DCA
Complementary color
Monochromatic Colors of #BB8DCA
Black with #BB8DCA
Text Example
Text Example
White with #BB8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DCA; }
p { color: rgb(187,141,202); }
H1.HeaderClassName
{
color: #BB8DCA;
}
.AnyTagClassName
{
color: #BB8DCA;
}
</style>
background-color css
<style>
a { background-color: #BB8DCA; }
a { background-color: rgb(187,141,202); }
div.DivClassName
{
background-color: #BB8DCA;
}
.BgClassName
{
background-color: #BB8DCA;
}
</style>
border-color css
<style>
span { border-color: #BB8DCA; }
span { border-color: rgb(187,141,202); }
td.TdClassName
{
border-color: #BB8DCA;
}
.TagClassName
{
border-color: #BB8DCA;
}
</style>