Shades of East Side #BB8EC3
Tints of East Side #BB8EC3
RGB
CMYK
RGB Variations
Color information
#BB8EC3 (or 0xBB8EC3) is known color: East Side. HEX triplet: BB, 8E and C3. RGB value is (187,142,195). Sum of RGB (Red+Green+Blue) = 187+142+195=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EC3 is #44713C. Grayscale: #A1A1A1. Windows color (decimal): -4485437 or 12816059. OLE color: 12816059.
HSL color Cylindrical-coordinate representation of color #BB8EC3: hue angle of 290.94º degrees, saturation: 0.31, 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 #BB8EC3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 142 | 195 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.24 |
| HSL | 290.94º | 0.31% | 0.66% | - |
| HSV(B) | 290.94º | 0.27% | 0.76% | - |
| XYZ | 40.02 | 33.85 | 56.05 | - |
| YUV | 161.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 195 | 0.04 | 0.27 | 0 | 0.24 | 290.94 | 0.31 | 0.66 |
| Hex | BB | 8E | C3 | 4 | 1B | 0 | 18 | 123 | 1F | 42 |
| Octal | 273 | 216 | 303 | 4 | 33 | 0 | 30 | 443 | 37 | 102 |
| Binary | 10111011 | 10001110 | 11000011 | 100 | 11011 | 0 | 11000 | 100100011 | 11111 | 1000010 |
Color Harmonies of #BB8EC3
Complementary color
Monochromatic Colors of #BB8EC3
Black with #BB8EC3
Text Example
Text Example
White with #BB8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EC3; }
p { color: rgb(187,142,195); }
H1.HeaderClassName
{
color: #BB8EC3;
}
.AnyTagClassName
{
color: #BB8EC3;
}
</style>
background-color css
<style>
a { background-color: #BB8EC3; }
a { background-color: rgb(187,142,195); }
div.DivClassName
{
background-color: #BB8EC3;
}
.BgClassName
{
background-color: #BB8EC3;
}
</style>
border-color css
<style>
span { border-color: #BB8EC3; }
span { border-color: rgb(187,142,195); }
td.TdClassName
{
border-color: #BB8EC3;
}
.TagClassName
{
border-color: #BB8EC3;
}
</style>