Shades of East Side #BB8BC3
Tints of East Side #BB8BC3
RGB
CMYK
RGB Variations
Color information
#BB8BC3 (or 0xBB8BC3) is known color: East Side. HEX triplet: BB, 8B and C3. RGB value is (187,139,195). Sum of RGB (Red+Green+Blue) = 187+139+195=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB8BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BC3 is #44743C. Grayscale: #9F9F9F. Windows color (decimal): -4486205 or 12815291. OLE color: 12815291.
HSL color Cylindrical-coordinate representation of color #BB8BC3: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8BC3 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 139 | 195 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.24 |
| HSL | 291.43º | 0.32% | 0.65% | - |
| HSV(B) | 291.43º | 0.29% | 0.76% | - |
| XYZ | 39.58 | 32.97 | 55.91 | - |
| YUV | 159.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 195 | 0.04 | 0.29 | 0 | 0.24 | 291.43 | 0.32 | 0.65 |
| Hex | BB | 8B | C3 | 4 | 1D | 0 | 18 | 123 | 20 | 41 |
| Octal | 273 | 213 | 303 | 4 | 35 | 0 | 30 | 443 | 40 | 101 |
| Binary | 10111011 | 10001011 | 11000011 | 100 | 11101 | 0 | 11000 | 100100011 | 100000 | 1000001 |
Color Harmonies of #BB8BC3
Complementary color
Monochromatic Colors of #BB8BC3
Black with #BB8BC3
Text Example
Text Example
White with #BB8BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BC3; }
p { color: rgb(187,139,195); }
H1.HeaderClassName
{
color: #BB8BC3;
}
.AnyTagClassName
{
color: #BB8BC3;
}
</style>
background-color css
<style>
a { background-color: #BB8BC3; }
a { background-color: rgb(187,139,195); }
div.DivClassName
{
background-color: #BB8BC3;
}
.BgClassName
{
background-color: #BB8BC3;
}
</style>
border-color css
<style>
span { border-color: #BB8BC3; }
span { border-color: rgb(187,139,195); }
td.TdClassName
{
border-color: #BB8BC3;
}
.TagClassName
{
border-color: #BB8BC3;
}
</style>