Shades of East Side #B08DB8
Tints of East Side #B08DB8
RGB
CMYK
RGB Variations
Color information
#B08DB8 (or 0xB08DB8) is known color: East Side. HEX triplet: B0, 8D and B8. RGB value is (176,141,184). Sum of RGB (Red+Green+Blue) = 176+141+184=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #B08DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DB8 is #4F7247. Grayscale: #9C9C9C. Windows color (decimal): -5206600 or 12094896. OLE color: 12094896.
HSL color Cylindrical-coordinate representation of color #B08DB8: hue angle of 288.84º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08DB8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 141 | 184 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.28 |
| HSL | 288.84º | 0.23% | 0.64% | - |
| HSV(B) | 288.84º | 0.23% | 0.72% | - |
| XYZ | 36.08 | 31.74 | 49.57 | - |
| YUV | 156.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 184 | 0.04 | 0.23 | 0 | 0.28 | 288.84 | 0.23 | 0.64 |
| Hex | B0 | 8D | B8 | 4 | 17 | 0 | 1C | 121 | 17 | 40 |
| Octal | 260 | 215 | 270 | 4 | 27 | 0 | 34 | 441 | 27 | 100 |
| Binary | 10110000 | 10001101 | 10111000 | 100 | 10111 | 0 | 11100 | 100100001 | 10111 | 1000000 |
Color Harmonies of #B08DB8
Complementary color
Monochromatic Colors of #B08DB8
Black with #B08DB8
Text Example
Text Example
White with #B08DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DB8; }
p { color: rgb(176,141,184); }
H1.HeaderClassName
{
color: #B08DB8;
}
.AnyTagClassName
{
color: #B08DB8;
}
</style>
background-color css
<style>
a { background-color: #B08DB8; }
a { background-color: rgb(176,141,184); }
div.DivClassName
{
background-color: #B08DB8;
}
.BgClassName
{
background-color: #B08DB8;
}
</style>
border-color css
<style>
span { border-color: #B08DB8; }
span { border-color: rgb(176,141,184); }
td.TdClassName
{
border-color: #B08DB8;
}
.TagClassName
{
border-color: #B08DB8;
}
</style>