Shades of East Side #B792BE
Tints of East Side #B792BE
RGB
CMYK
RGB Variations
Color information
#B792BE (or 0xB792BE) is known color: East Side. HEX triplet: B7, 92 and BE. RGB value is (183,146,190). Sum of RGB (Red+Green+Blue) = 183+146+190=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B792BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792BE is #486D41. Grayscale: #A1A1A1. Windows color (decimal): -4746562 or 12489399. OLE color: 12489399.
HSL color Cylindrical-coordinate representation of color #B792BE: hue angle of 290.45º 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 #B792BE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 146 | 190 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.25 |
| HSL | 290.45º | 0.25% | 0.66% | - |
| HSV(B) | 290.45º | 0.23% | 0.75% | - |
| XYZ | 39.1 | 34.34 | 53.28 | - |
| YUV | 162.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 190 | 0.04 | 0.23 | 0 | 0.25 | 290.45 | 0.25 | 0.66 |
| Hex | B7 | 92 | BE | 4 | 17 | 0 | 19 | 122 | 19 | 42 |
| Octal | 267 | 222 | 276 | 4 | 27 | 0 | 31 | 442 | 31 | 102 |
| Binary | 10110111 | 10010010 | 10111110 | 100 | 10111 | 0 | 11001 | 100100010 | 11001 | 1000010 |
Color Harmonies of #B792BE
Complementary color
Monochromatic Colors of #B792BE
Black with #B792BE
Text Example
Text Example
White with #B792BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792BE; }
p { color: rgb(183,146,190); }
H1.HeaderClassName
{
color: #B792BE;
}
.AnyTagClassName
{
color: #B792BE;
}
</style>
background-color css
<style>
a { background-color: #B792BE; }
a { background-color: rgb(183,146,190); }
div.DivClassName
{
background-color: #B792BE;
}
.BgClassName
{
background-color: #B792BE;
}
</style>
border-color css
<style>
span { border-color: #B792BE; }
span { border-color: rgb(183,146,190); }
td.TdClassName
{
border-color: #B792BE;
}
.TagClassName
{
border-color: #B792BE;
}
</style>