Shades of East Side #B290BE
Tints of East Side #B290BE
RGB
CMYK
RGB Variations
Color information
#B290BE (or 0xB290BE) is known color: East Side. HEX triplet: B2, 90 and BE. RGB value is (178,144,190). Sum of RGB (Red+Green+Blue) = 178+144+190=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B290BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BE is #4D6F41. Grayscale: #9F9F9F. Windows color (decimal): -5074754 or 12488882. OLE color: 12488882.
HSL color Cylindrical-coordinate representation of color #B290BE: hue angle of 284.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B290BE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 144 | 190 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.25 |
| HSL | 284.35º | 0.26% | 0.65% | - |
| HSV(B) | 284.35º | 0.24% | 0.75% | - |
| XYZ | 37.63 | 33.13 | 53.13 | - |
| YUV | 159.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 190 | 0.06 | 0.24 | 0 | 0.25 | 284.35 | 0.26 | 0.65 |
| Hex | B2 | 90 | BE | 6 | 18 | 0 | 19 | 11C | 1A | 41 |
| Octal | 262 | 220 | 276 | 6 | 30 | 0 | 31 | 434 | 32 | 101 |
| Binary | 10110010 | 10010000 | 10111110 | 110 | 11000 | 0 | 11001 | 100011100 | 11010 | 1000001 |
Color Harmonies of #B290BE
Complementary color
Monochromatic Colors of #B290BE
Black with #B290BE
Text Example
Text Example
White with #B290BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290BE; }
p { color: rgb(178,144,190); }
H1.HeaderClassName
{
color: #B290BE;
}
.AnyTagClassName
{
color: #B290BE;
}
</style>
background-color css
<style>
a { background-color: #B290BE; }
a { background-color: rgb(178,144,190); }
div.DivClassName
{
background-color: #B290BE;
}
.BgClassName
{
background-color: #B290BE;
}
</style>
border-color css
<style>
span { border-color: #B290BE; }
span { border-color: rgb(178,144,190); }
td.TdClassName
{
border-color: #B290BE;
}
.TagClassName
{
border-color: #B290BE;
}
</style>