Shades of East Side #BB8DC9
Tints of East Side #BB8DC9
RGB
CMYK
RGB Variations
Color information
#BB8DC9 (or 0xBB8DC9) is known color: East Side. HEX triplet: BB, 8D and C9. RGB value is (187,141,201). Sum of RGB (Red+Green+Blue) = 187+141+201=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB8DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC9 is #447236. Grayscale: #A1A1A1. Windows color (decimal): -4485687 or 13209019. OLE color: 13209019.
HSL color Cylindrical-coordinate representation of color #BB8DC9: hue angle of 286º degrees, saturation: 0.36, 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 #BB8DC9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 141 | 201 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.21 |
| HSL | 286º | 0.36% | 0.67% | - |
| HSV(B) | 286º | 0.3% | 0.79% | - |
| XYZ | 40.56 | 33.83 | 59.65 | - |
| YUV | 161.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 201 | 0.07 | 0.30 | 0 | 0.21 | 286 | 0.36 | 0.67 |
| Hex | BB | 8D | C9 | 7 | 1E | 0 | 15 | 11E | 24 | 43 |
| Octal | 273 | 215 | 311 | 7 | 36 | 0 | 25 | 436 | 44 | 103 |
| Binary | 10111011 | 10001101 | 11001001 | 111 | 11110 | 0 | 10101 | 100011110 | 100100 | 1000011 |
Color Harmonies of #BB8DC9
Complementary color
Monochromatic Colors of #BB8DC9
Black with #BB8DC9
Text Example
Text Example
White with #BB8DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DC9; }
p { color: rgb(187,141,201); }
H1.HeaderClassName
{
color: #BB8DC9;
}
.AnyTagClassName
{
color: #BB8DC9;
}
</style>
background-color css
<style>
a { background-color: #BB8DC9; }
a { background-color: rgb(187,141,201); }
div.DivClassName
{
background-color: #BB8DC9;
}
.BgClassName
{
background-color: #BB8DC9;
}
</style>
border-color css
<style>
span { border-color: #BB8DC9; }
span { border-color: rgb(187,141,201); }
td.TdClassName
{
border-color: #BB8DC9;
}
.TagClassName
{
border-color: #BB8DC9;
}
</style>