Shades of East Side #B294BC
Tints of East Side #B294BC
RGB
CMYK
RGB Variations
Color information
#B294BC (or 0xB294BC) is known color: East Side. HEX triplet: B2, 94 and BC. RGB value is (178,148,188). Sum of RGB (Red+Green+Blue) = 178+148+188=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #B294BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294BC is #4D6B43. Grayscale: #A1A1A1. Windows color (decimal): -5073732 or 12358834. OLE color: 12358834.
HSL color Cylindrical-coordinate representation of color #B294BC: hue angle of 285º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B294BC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 148 | 188 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.26 |
| HSL | 285º | 0.23% | 0.66% | - |
| HSV(B) | 285º | 0.21% | 0.74% | - |
| XYZ | 38.03 | 34.28 | 52.19 | - |
| YUV | 161.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 188 | 0.05 | 0.21 | 0 | 0.26 | 285 | 0.23 | 0.66 |
| Hex | B2 | 94 | BC | 5 | 15 | 0 | 1A | 11D | 17 | 42 |
| Octal | 262 | 224 | 274 | 5 | 25 | 0 | 32 | 435 | 27 | 102 |
| Binary | 10110010 | 10010100 | 10111100 | 101 | 10101 | 0 | 11010 | 100011101 | 10111 | 1000010 |
Color Harmonies of #B294BC
Complementary color
Monochromatic Colors of #B294BC
Black with #B294BC
Text Example
Text Example
White with #B294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294BC; }
p { color: rgb(178,148,188); }
H1.HeaderClassName
{
color: #B294BC;
}
.AnyTagClassName
{
color: #B294BC;
}
</style>
background-color css
<style>
a { background-color: #B294BC; }
a { background-color: rgb(178,148,188); }
div.DivClassName
{
background-color: #B294BC;
}
.BgClassName
{
background-color: #B294BC;
}
</style>
border-color css
<style>
span { border-color: #B294BC; }
span { border-color: rgb(178,148,188); }
td.TdClassName
{
border-color: #B294BC;
}
.TagClassName
{
border-color: #B294BC;
}
</style>