Shades of East Side #B08EC4
Tints of East Side #B08EC4
RGB
CMYK
RGB Variations
Color information
#B08EC4 (or 0xB08EC4) is known color: East Side. HEX triplet: B0, 8E and C4. RGB value is (176,142,196). Sum of RGB (Red+Green+Blue) = 176+142+196=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #B08EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EC4 is #4F713B. Grayscale: #9E9E9E. Windows color (decimal): -5206332 or 12881584. OLE color: 12881584.
HSL color Cylindrical-coordinate representation of color #B08EC4: hue angle of 277.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08EC4 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 142 | 196 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.23 |
| HSL | 277.78º | 0.31% | 0.66% | - |
| HSV(B) | 277.78º | 0.28% | 0.77% | - |
| XYZ | 37.54 | 32.56 | 56.53 | - |
| YUV | 158.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 196 | 0.10 | 0.28 | 0 | 0.23 | 277.78 | 0.31 | 0.66 |
| Hex | B0 | 8E | C4 | A | 1C | 0 | 17 | 116 | 1F | 42 |
| Octal | 260 | 216 | 304 | 12 | 34 | 0 | 27 | 426 | 37 | 102 |
| Binary | 10110000 | 10001110 | 11000100 | 1010 | 11100 | 0 | 10111 | 100010110 | 11111 | 1000010 |
Color Harmonies of #B08EC4
Complementary color
Monochromatic Colors of #B08EC4
Black with #B08EC4
Text Example
Text Example
White with #B08EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EC4; }
p { color: rgb(176,142,196); }
H1.HeaderClassName
{
color: #B08EC4;
}
.AnyTagClassName
{
color: #B08EC4;
}
</style>
background-color css
<style>
a { background-color: #B08EC4; }
a { background-color: rgb(176,142,196); }
div.DivClassName
{
background-color: #B08EC4;
}
.BgClassName
{
background-color: #B08EC4;
}
</style>
border-color css
<style>
span { border-color: #B08EC4; }
span { border-color: rgb(176,142,196); }
td.TdClassName
{
border-color: #B08EC4;
}
.TagClassName
{
border-color: #B08EC4;
}
</style>