Shades of East Side #BB8BC4
Tints of East Side #BB8BC4
RGB
CMYK
RGB Variations
Color information
#BB8BC4 (or 0xBB8BC4) is known color: East Side. HEX triplet: BB, 8B and C4. RGB value is (187,139,196). Sum of RGB (Red+Green+Blue) = 187+139+196=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BC4 is #44743B. Grayscale: #9F9F9F. Windows color (decimal): -4486204 or 12880827. OLE color: 12880827.
HSL color Cylindrical-coordinate representation of color #BB8BC4: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8BC4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 139 | 196 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.23 |
| HSL | 290.53º | 0.33% | 0.66% | - |
| HSV(B) | 290.53º | 0.29% | 0.77% | - |
| XYZ | 39.69 | 33.02 | 56.51 | - |
| YUV | 159.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 196 | 0.05 | 0.29 | 0 | 0.23 | 290.53 | 0.33 | 0.66 |
| Hex | BB | 8B | C4 | 5 | 1D | 0 | 17 | 123 | 21 | 42 |
| Octal | 273 | 213 | 304 | 5 | 35 | 0 | 27 | 443 | 41 | 102 |
| Binary | 10111011 | 10001011 | 11000100 | 101 | 11101 | 0 | 10111 | 100100011 | 100001 | 1000010 |
Color Harmonies of #BB8BC4
Complementary color
Monochromatic Colors of #BB8BC4
Black with #BB8BC4
Text Example
Text Example
White with #BB8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BC4; }
p { color: rgb(187,139,196); }
H1.HeaderClassName
{
color: #BB8BC4;
}
.AnyTagClassName
{
color: #BB8BC4;
}
</style>
background-color css
<style>
a { background-color: #BB8BC4; }
a { background-color: rgb(187,139,196); }
div.DivClassName
{
background-color: #BB8BC4;
}
.BgClassName
{
background-color: #BB8BC4;
}
</style>
border-color css
<style>
span { border-color: #BB8BC4; }
span { border-color: rgb(187,139,196); }
td.TdClassName
{
border-color: #BB8BC4;
}
.TagClassName
{
border-color: #BB8BC4;
}
</style>