Shades of East Side #B08BCE
Tints of East Side #B08BCE
RGB
CMYK
RGB Variations
Color information
#B08BCE (or 0xB08BCE) is known color: East Side. HEX triplet: B0, 8B and CE. RGB value is (176,139,206). Sum of RGB (Red+Green+Blue) = 176+139+206=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B08BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BCE is #4F7431. Grayscale: #9D9D9D. Windows color (decimal): -5207090 or 13536176. OLE color: 13536176.
HSL color Cylindrical-coordinate representation of color #B08BCE: hue angle of 273.13º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08BCE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 139 | 206 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.19 |
| HSL | 273.13º | 0.41% | 0.68% | - |
| HSV(B) | 273.13º | 0.33% | 0.81% | - |
| XYZ | 38.28 | 32.15 | 62.58 | - |
| YUV | 157.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 206 | 0.15 | 0.33 | 0 | 0.19 | 273.13 | 0.41 | 0.68 |
| Hex | B0 | 8B | CE | F | 21 | 0 | 13 | 111 | 29 | 44 |
| Octal | 260 | 213 | 316 | 17 | 41 | 0 | 23 | 421 | 51 | 104 |
| Binary | 10110000 | 10001011 | 11001110 | 1111 | 100001 | 0 | 10011 | 100010001 | 101001 | 1000100 |
Color Harmonies of #B08BCE
Complementary color
Monochromatic Colors of #B08BCE
Black with #B08BCE
Text Example
Text Example
White with #B08BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BCE; }
p { color: rgb(176,139,206); }
H1.HeaderClassName
{
color: #B08BCE;
}
.AnyTagClassName
{
color: #B08BCE;
}
</style>
background-color css
<style>
a { background-color: #B08BCE; }
a { background-color: rgb(176,139,206); }
div.DivClassName
{
background-color: #B08BCE;
}
.BgClassName
{
background-color: #B08BCE;
}
</style>
border-color css
<style>
span { border-color: #B08BCE; }
span { border-color: rgb(176,139,206); }
td.TdClassName
{
border-color: #B08BCE;
}
.TagClassName
{
border-color: #B08BCE;
}
</style>