Shades of East Side #BB8BC6
Tints of East Side #BB8BC6
RGB
CMYK
RGB Variations
Color information
#BB8BC6 (or 0xBB8BC6) is known color: East Side. HEX triplet: BB, 8B and C6. RGB value is (187,139,198). Sum of RGB (Red+Green+Blue) = 187+139+198=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB8BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BC6 is #447439. Grayscale: #9F9F9F. Windows color (decimal): -4486202 or 13011899. OLE color: 13011899.
HSL color Cylindrical-coordinate representation of color #BB8BC6: hue angle of 288.81º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8BC6 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 139 | 198 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.22 |
| HSL | 288.81º | 0.34% | 0.66% | - |
| HSV(B) | 288.81º | 0.3% | 0.78% | - |
| XYZ | 39.92 | 33.11 | 57.71 | - |
| YUV | 160.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 198 | 0.06 | 0.30 | 0 | 0.22 | 288.81 | 0.34 | 0.66 |
| Hex | BB | 8B | C6 | 6 | 1E | 0 | 16 | 121 | 22 | 42 |
| Octal | 273 | 213 | 306 | 6 | 36 | 0 | 26 | 441 | 42 | 102 |
| Binary | 10111011 | 10001011 | 11000110 | 110 | 11110 | 0 | 10110 | 100100001 | 100010 | 1000010 |
Color Harmonies of #BB8BC6
Complementary color
Monochromatic Colors of #BB8BC6
Black with #BB8BC6
Text Example
Text Example
White with #BB8BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BC6; }
p { color: rgb(187,139,198); }
H1.HeaderClassName
{
color: #BB8BC6;
}
.AnyTagClassName
{
color: #BB8BC6;
}
</style>
background-color css
<style>
a { background-color: #BB8BC6; }
a { background-color: rgb(187,139,198); }
div.DivClassName
{
background-color: #BB8BC6;
}
.BgClassName
{
background-color: #BB8BC6;
}
</style>
border-color css
<style>
span { border-color: #BB8BC6; }
span { border-color: rgb(187,139,198); }
td.TdClassName
{
border-color: #BB8BC6;
}
.TagClassName
{
border-color: #BB8BC6;
}
</style>