Shades of East Side #B08ECB
Tints of East Side #B08ECB
RGB
CMYK
RGB Variations
Color information
#B08ECB (or 0xB08ECB) is known color: East Side. HEX triplet: B0, 8E and CB. RGB value is (176,142,203). Sum of RGB (Red+Green+Blue) = 176+142+203=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ECB is #4F7134. Grayscale: #9E9E9E. Windows color (decimal): -5206325 or 13340336. OLE color: 13340336.
HSL color Cylindrical-coordinate representation of color #B08ECB: hue angle of 273.44º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08ECB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 142 | 203 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.20 |
| HSL | 273.44º | 0.37% | 0.68% | - |
| HSV(B) | 273.44º | 0.3% | 0.8% | - |
| XYZ | 38.36 | 32.89 | 60.83 | - |
| YUV | 159.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 203 | 0.13 | 0.30 | 0 | 0.20 | 273.44 | 0.37 | 0.68 |
| Hex | B0 | 8E | CB | D | 1E | 0 | 14 | 111 | 25 | 44 |
| Octal | 260 | 216 | 313 | 15 | 36 | 0 | 24 | 421 | 45 | 104 |
| Binary | 10110000 | 10001110 | 11001011 | 1101 | 11110 | 0 | 10100 | 100010001 | 100101 | 1000100 |
Color Harmonies of #B08ECB
Complementary color
Monochromatic Colors of #B08ECB
Black with #B08ECB
Text Example
Text Example
White with #B08ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08ECB; }
p { color: rgb(176,142,203); }
H1.HeaderClassName
{
color: #B08ECB;
}
.AnyTagClassName
{
color: #B08ECB;
}
</style>
background-color css
<style>
a { background-color: #B08ECB; }
a { background-color: rgb(176,142,203); }
div.DivClassName
{
background-color: #B08ECB;
}
.BgClassName
{
background-color: #B08ECB;
}
</style>
border-color css
<style>
span { border-color: #B08ECB; }
span { border-color: rgb(176,142,203); }
td.TdClassName
{
border-color: #B08ECB;
}
.TagClassName
{
border-color: #B08ECB;
}
</style>