Shades of East Side #BB8BCF
Tints of East Side #BB8BCF
RGB
CMYK
RGB Variations
Color information
#BB8BCF (or 0xBB8BCF) is known color: East Side. HEX triplet: BB, 8B and CF. RGB value is (187,139,207). Sum of RGB (Red+Green+Blue) = 187+139+207=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCF is #447430. Grayscale: #A0A0A0. Windows color (decimal): -4486193 or 13601723. OLE color: 13601723.
HSL color Cylindrical-coordinate representation of color #BB8BCF: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB8BCF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 139 | 207 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.19 |
| HSL | 282.35º | 0.41% | 0.68% | - |
| HSV(B) | 282.35º | 0.33% | 0.81% | - |
| XYZ | 40.99 | 33.54 | 63.34 | - |
| YUV | 161.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 207 | 0.10 | 0.33 | 0 | 0.19 | 282.35 | 0.41 | 0.68 |
| Hex | BB | 8B | CF | A | 21 | 0 | 13 | 11A | 29 | 44 |
| Octal | 273 | 213 | 317 | 12 | 41 | 0 | 23 | 432 | 51 | 104 |
| Binary | 10111011 | 10001011 | 11001111 | 1010 | 100001 | 0 | 10011 | 100011010 | 101001 | 1000100 |
Color Harmonies of #BB8BCF
Complementary color
Monochromatic Colors of #BB8BCF
Black with #BB8BCF
Text Example
Text Example
White with #BB8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BCF; }
p { color: rgb(187,139,207); }
H1.HeaderClassName
{
color: #BB8BCF;
}
.AnyTagClassName
{
color: #BB8BCF;
}
</style>
background-color css
<style>
a { background-color: #BB8BCF; }
a { background-color: rgb(187,139,207); }
div.DivClassName
{
background-color: #BB8BCF;
}
.BgClassName
{
background-color: #BB8BCF;
}
</style>
border-color css
<style>
span { border-color: #BB8BCF; }
span { border-color: rgb(187,139,207); }
td.TdClassName
{
border-color: #BB8BCF;
}
.TagClassName
{
border-color: #BB8BCF;
}
</style>