Shades of East Side #B08DCB
Tints of East Side #B08DCB
RGB
CMYK
RGB Variations
Color information
#B08DCB (or 0xB08DCB) is known color: East Side. HEX triplet: B0, 8D and CB. RGB value is (176,141,203). Sum of RGB (Red+Green+Blue) = 176+141+203=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DCB is #4F7234. Grayscale: #9E9E9E. Windows color (decimal): -5206581 or 13340080. OLE color: 13340080.
HSL color Cylindrical-coordinate representation of color #B08DCB: hue angle of 273.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08DCB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 141 | 203 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.20 |
| HSL | 273.87º | 0.37% | 0.67% | - |
| HSV(B) | 273.87º | 0.31% | 0.8% | - |
| XYZ | 38.21 | 32.59 | 60.78 | - |
| YUV | 158.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 203 | 0.13 | 0.31 | 0 | 0.20 | 273.87 | 0.37 | 0.67 |
| Hex | B0 | 8D | CB | D | 1F | 0 | 14 | 112 | 25 | 43 |
| Octal | 260 | 215 | 313 | 15 | 37 | 0 | 24 | 422 | 45 | 103 |
| Binary | 10110000 | 10001101 | 11001011 | 1101 | 11111 | 0 | 10100 | 100010010 | 100101 | 1000011 |
Color Harmonies of #B08DCB
Complementary color
Monochromatic Colors of #B08DCB
Black with #B08DCB
Text Example
Text Example
White with #B08DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DCB; }
p { color: rgb(176,141,203); }
H1.HeaderClassName
{
color: #B08DCB;
}
.AnyTagClassName
{
color: #B08DCB;
}
</style>
background-color css
<style>
a { background-color: #B08DCB; }
a { background-color: rgb(176,141,203); }
div.DivClassName
{
background-color: #B08DCB;
}
.BgClassName
{
background-color: #B08DCB;
}
</style>
border-color css
<style>
span { border-color: #B08DCB; }
span { border-color: rgb(176,141,203); }
td.TdClassName
{
border-color: #B08DCB;
}
.TagClassName
{
border-color: #B08DCB;
}
</style>