Shades of East Side #B08FC0
Tints of East Side #B08FC0
RGB
CMYK
RGB Variations
Color information
#B08FC0 (or 0xB08FC0) is known color: East Side. HEX triplet: B0, 8F and C0. RGB value is (176,143,192). Sum of RGB (Red+Green+Blue) = 176+143+192=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #B08FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FC0 is #4F703F. Grayscale: #9E9E9E. Windows color (decimal): -5206080 or 12619696. OLE color: 12619696.
HSL color Cylindrical-coordinate representation of color #B08FC0: hue angle of 280.41º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08FC0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 143 | 192 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.25 |
| HSL | 280.41º | 0.28% | 0.66% | - |
| HSV(B) | 280.41º | 0.26% | 0.75% | - |
| XYZ | 37.24 | 32.68 | 54.21 | - |
| YUV | 158.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 192 | 0.08 | 0.26 | 0 | 0.25 | 280.41 | 0.28 | 0.66 |
| Hex | B0 | 8F | C0 | 8 | 1A | 0 | 19 | 118 | 1C | 42 |
| Octal | 260 | 217 | 300 | 10 | 32 | 0 | 31 | 430 | 34 | 102 |
| Binary | 10110000 | 10001111 | 11000000 | 1000 | 11010 | 0 | 11001 | 100011000 | 11100 | 1000010 |
Color Harmonies of #B08FC0
Complementary color
Monochromatic Colors of #B08FC0
Black with #B08FC0
Text Example
Text Example
White with #B08FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FC0; }
p { color: rgb(176,143,192); }
H1.HeaderClassName
{
color: #B08FC0;
}
.AnyTagClassName
{
color: #B08FC0;
}
</style>
background-color css
<style>
a { background-color: #B08FC0; }
a { background-color: rgb(176,143,192); }
div.DivClassName
{
background-color: #B08FC0;
}
.BgClassName
{
background-color: #B08FC0;
}
</style>
border-color css
<style>
span { border-color: #B08FC0; }
span { border-color: rgb(176,143,192); }
td.TdClassName
{
border-color: #B08FC0;
}
.TagClassName
{
border-color: #B08FC0;
}
</style>