Shades of East Side #B08DB5
Tints of East Side #B08DB5
RGB
CMYK
RGB Variations
Color information
#B08DB5 (or 0xB08DB5) is known color: East Side. HEX triplet: B0, 8D and B5. RGB value is (176,141,181). Sum of RGB (Red+Green+Blue) = 176+141+181=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #B08DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DB5 is #4F724A. Grayscale: #9B9B9B. Windows color (decimal): -5206603 or 11898288. OLE color: 11898288.
HSL color Cylindrical-coordinate representation of color #B08DB5: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08DB5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 141 | 181 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.29 |
| HSL | 292.5º | 0.21% | 0.63% | - |
| HSV(B) | 292.5º | 0.22% | 0.71% | - |
| XYZ | 35.77 | 31.62 | 47.93 | - |
| YUV | 156.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 181 | 0.03 | 0.22 | 0 | 0.29 | 292.5 | 0.21 | 0.63 |
| Hex | B0 | 8D | B5 | 3 | 16 | 0 | 1D | 124 | 15 | 3F |
| Octal | 260 | 215 | 265 | 3 | 26 | 0 | 35 | 444 | 25 | 77 |
| Binary | 10110000 | 10001101 | 10110101 | 11 | 10110 | 0 | 11101 | 100100100 | 10101 | 111111 |
Color Harmonies of #B08DB5
Complementary color
Monochromatic Colors of #B08DB5
Black with #B08DB5
Text Example
Text Example
White with #B08DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DB5; }
p { color: rgb(176,141,181); }
H1.HeaderClassName
{
color: #B08DB5;
}
.AnyTagClassName
{
color: #B08DB5;
}
</style>
background-color css
<style>
a { background-color: #B08DB5; }
a { background-color: rgb(176,141,181); }
div.DivClassName
{
background-color: #B08DB5;
}
.BgClassName
{
background-color: #B08DB5;
}
</style>
border-color css
<style>
span { border-color: #B08DB5; }
span { border-color: rgb(176,141,181); }
td.TdClassName
{
border-color: #B08DB5;
}
.TagClassName
{
border-color: #B08DB5;
}
</style>