Shades of East Side #B294BF
Tints of East Side #B294BF
RGB
CMYK
RGB Variations
Color information
#B294BF (or 0xB294BF) is known color: East Side. HEX triplet: B2, 94 and BF. RGB value is (178,148,191). Sum of RGB (Red+Green+Blue) = 178+148+191=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B294BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294BF is #4D6B40. Grayscale: #A1A1A1. Windows color (decimal): -5073729 or 12555442. OLE color: 12555442.
HSL color Cylindrical-coordinate representation of color #B294BF: hue angle of 281.86º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B294BF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 148 | 191 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.25 |
| HSL | 281.86º | 0.25% | 0.66% | - |
| HSV(B) | 281.86º | 0.23% | 0.75% | - |
| XYZ | 38.35 | 34.41 | 53.91 | - |
| YUV | 161.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 191 | 0.07 | 0.23 | 0 | 0.25 | 281.86 | 0.25 | 0.66 |
| Hex | B2 | 94 | BF | 7 | 17 | 0 | 19 | 11A | 19 | 42 |
| Octal | 262 | 224 | 277 | 7 | 27 | 0 | 31 | 432 | 31 | 102 |
| Binary | 10110010 | 10010100 | 10111111 | 111 | 10111 | 0 | 11001 | 100011010 | 11001 | 1000010 |
Color Harmonies of #B294BF
Complementary color
Monochromatic Colors of #B294BF
Black with #B294BF
Text Example
Text Example
White with #B294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294BF; }
p { color: rgb(178,148,191); }
H1.HeaderClassName
{
color: #B294BF;
}
.AnyTagClassName
{
color: #B294BF;
}
</style>
background-color css
<style>
a { background-color: #B294BF; }
a { background-color: rgb(178,148,191); }
div.DivClassName
{
background-color: #B294BF;
}
.BgClassName
{
background-color: #B294BF;
}
</style>
border-color css
<style>
span { border-color: #B294BF; }
span { border-color: rgb(178,148,191); }
td.TdClassName
{
border-color: #B294BF;
}
.TagClassName
{
border-color: #B294BF;
}
</style>