Shades of East Side #BB8DC2
Tints of East Side #BB8DC2
RGB
CMYK
RGB Variations
Color information
#BB8DC2 (or 0xBB8DC2) is known color: East Side. HEX triplet: BB, 8D and C2. RGB value is (187,141,194). Sum of RGB (Red+Green+Blue) = 187+141+194=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB8DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC2 is #44723D. Grayscale: #A0A0A0. Windows color (decimal): -4485694 or 12750267. OLE color: 12750267.
HSL color Cylindrical-coordinate representation of color #BB8DC2: hue angle of 292.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8DC2 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 141 | 194 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.24 |
| HSL | 292.08º | 0.3% | 0.66% | - |
| HSV(B) | 292.08º | 0.27% | 0.76% | - |
| XYZ | 39.76 | 33.51 | 55.41 | - |
| YUV | 160.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 194 | 0.04 | 0.27 | 0 | 0.24 | 292.08 | 0.3 | 0.66 |
| Hex | BB | 8D | C2 | 4 | 1B | 0 | 18 | 124 | 1E | 42 |
| Octal | 273 | 215 | 302 | 4 | 33 | 0 | 30 | 444 | 36 | 102 |
| Binary | 10111011 | 10001101 | 11000010 | 100 | 11011 | 0 | 11000 | 100100100 | 11110 | 1000010 |
Color Harmonies of #BB8DC2
Complementary color
Monochromatic Colors of #BB8DC2
Black with #BB8DC2
Text Example
Text Example
White with #BB8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DC2; }
p { color: rgb(187,141,194); }
H1.HeaderClassName
{
color: #BB8DC2;
}
.AnyTagClassName
{
color: #BB8DC2;
}
</style>
background-color css
<style>
a { background-color: #BB8DC2; }
a { background-color: rgb(187,141,194); }
div.DivClassName
{
background-color: #BB8DC2;
}
.BgClassName
{
background-color: #BB8DC2;
}
</style>
border-color css
<style>
span { border-color: #BB8DC2; }
span { border-color: rgb(187,141,194); }
td.TdClassName
{
border-color: #BB8DC2;
}
.TagClassName
{
border-color: #BB8DC2;
}
</style>