Shades of East Side #B08BBC
Tints of East Side #B08BBC
RGB
CMYK
RGB Variations
Color information
#B08BBC (or 0xB08BBC) is known color: East Side. HEX triplet: B0, 8B and BC. RGB value is (176,139,188). Sum of RGB (Red+Green+Blue) = 176+139+188=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B08BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBC is #4F7443. Grayscale: #9B9B9B. Windows color (decimal): -5207108 or 12356528. OLE color: 12356528.
HSL color Cylindrical-coordinate representation of color #B08BBC: hue angle of 285.31º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08BBC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 139 | 188 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.26 |
| HSL | 285.31º | 0.27% | 0.64% | - |
| HSV(B) | 285.31º | 0.26% | 0.74% | - |
| XYZ | 36.21 | 31.33 | 51.71 | - |
| YUV | 155.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 188 | 0.06 | 0.26 | 0 | 0.26 | 285.31 | 0.27 | 0.64 |
| Hex | B0 | 8B | BC | 6 | 1A | 0 | 1A | 11D | 1B | 40 |
| Octal | 260 | 213 | 274 | 6 | 32 | 0 | 32 | 435 | 33 | 100 |
| Binary | 10110000 | 10001011 | 10111100 | 110 | 11010 | 0 | 11010 | 100011101 | 11011 | 1000000 |
Color Harmonies of #B08BBC
Complementary color
Monochromatic Colors of #B08BBC
Black with #B08BBC
Text Example
Text Example
White with #B08BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BBC; }
p { color: rgb(176,139,188); }
H1.HeaderClassName
{
color: #B08BBC;
}
.AnyTagClassName
{
color: #B08BBC;
}
</style>
background-color css
<style>
a { background-color: #B08BBC; }
a { background-color: rgb(176,139,188); }
div.DivClassName
{
background-color: #B08BBC;
}
.BgClassName
{
background-color: #B08BBC;
}
</style>
border-color css
<style>
span { border-color: #B08BBC; }
span { border-color: rgb(176,139,188); }
td.TdClassName
{
border-color: #B08BBC;
}
.TagClassName
{
border-color: #B08BBC;
}
</style>