Shades of East Side #BB8BCA
Tints of East Side #BB8BCA
RGB
CMYK
RGB Variations
Color information
#BB8BCA (or 0xBB8BCA) is known color: East Side. HEX triplet: BB, 8B and CA. RGB value is (187,139,202). Sum of RGB (Red+Green+Blue) = 187+139+202=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCA is #447435. Grayscale: #A0A0A0. Windows color (decimal): -4486198 or 13274043. OLE color: 13274043.
HSL color Cylindrical-coordinate representation of color #BB8BCA: hue angle of 285.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8BCA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 139 | 202 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.21 |
| HSL | 285.71º | 0.37% | 0.67% | - |
| HSV(B) | 285.71º | 0.31% | 0.79% | - |
| XYZ | 40.39 | 33.29 | 60.17 | - |
| YUV | 160.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 202 | 0.07 | 0.31 | 0 | 0.21 | 285.71 | 0.37 | 0.67 |
| Hex | BB | 8B | CA | 7 | 1F | 0 | 15 | 11E | 25 | 43 |
| Octal | 273 | 213 | 312 | 7 | 37 | 0 | 25 | 436 | 45 | 103 |
| Binary | 10111011 | 10001011 | 11001010 | 111 | 11111 | 0 | 10101 | 100011110 | 100101 | 1000011 |
Color Harmonies of #BB8BCA
Complementary color
Monochromatic Colors of #BB8BCA
Black with #BB8BCA
Text Example
Text Example
White with #BB8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BCA; }
p { color: rgb(187,139,202); }
H1.HeaderClassName
{
color: #BB8BCA;
}
.AnyTagClassName
{
color: #BB8BCA;
}
</style>
background-color css
<style>
a { background-color: #BB8BCA; }
a { background-color: rgb(187,139,202); }
div.DivClassName
{
background-color: #BB8BCA;
}
.BgClassName
{
background-color: #BB8BCA;
}
</style>
border-color css
<style>
span { border-color: #BB8BCA; }
span { border-color: rgb(187,139,202); }
td.TdClassName
{
border-color: #BB8BCA;
}
.TagClassName
{
border-color: #BB8BCA;
}
</style>