Shades of East Side #B094C0
Tints of East Side #B094C0
RGB
CMYK
RGB Variations
Color information
#B094C0 (or 0xB094C0) is known color: East Side. HEX triplet: B0, 94 and C0. RGB value is (176,148,192). Sum of RGB (Red+Green+Blue) = 176+148+192=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #B094C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094C0 is #4F6B3F. Grayscale: #A1A1A1. Windows color (decimal): -5204800 or 12620976. OLE color: 12620976.
HSL color Cylindrical-coordinate representation of color #B094C0: hue angle of 278.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B094C0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 148 | 192 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.25 |
| HSL | 278.18º | 0.26% | 0.67% | - |
| HSV(B) | 278.18º | 0.23% | 0.75% | - |
| XYZ | 38.01 | 34.22 | 54.47 | - |
| YUV | 161.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 192 | 0.08 | 0.23 | 0 | 0.25 | 278.18 | 0.26 | 0.67 |
| Hex | B0 | 94 | C0 | 8 | 17 | 0 | 19 | 116 | 1A | 43 |
| Octal | 260 | 224 | 300 | 10 | 27 | 0 | 31 | 426 | 32 | 103 |
| Binary | 10110000 | 10010100 | 11000000 | 1000 | 10111 | 0 | 11001 | 100010110 | 11010 | 1000011 |
Color Harmonies of #B094C0
Complementary color
Monochromatic Colors of #B094C0
Black with #B094C0
Text Example
Text Example
White with #B094C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B094C0; }
p { color: rgb(176,148,192); }
H1.HeaderClassName
{
color: #B094C0;
}
.AnyTagClassName
{
color: #B094C0;
}
</style>
background-color css
<style>
a { background-color: #B094C0; }
a { background-color: rgb(176,148,192); }
div.DivClassName
{
background-color: #B094C0;
}
.BgClassName
{
background-color: #B094C0;
}
</style>
border-color css
<style>
span { border-color: #B094C0; }
span { border-color: rgb(176,148,192); }
td.TdClassName
{
border-color: #B094C0;
}
.TagClassName
{
border-color: #B094C0;
}
</style>