Shades of East Side #B794C0
Tints of East Side #B794C0
RGB
CMYK
RGB Variations
Color information
#B794C0 (or 0xB794C0) is known color: East Side. HEX triplet: B7, 94 and C0. RGB value is (183,148,192). Sum of RGB (Red+Green+Blue) = 183+148+192=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B794C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794C0 is #486B3F. Grayscale: #A3A3A3. Windows color (decimal): -4746048 or 12620983. OLE color: 12620983.
HSL color Cylindrical-coordinate representation of color #B794C0: hue angle of 287.73º 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 #B794C0 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 148 | 192 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.25 |
| HSL | 287.73º | 0.26% | 0.67% | - |
| HSV(B) | 287.73º | 0.23% | 0.75% | - |
| XYZ | 39.63 | 35.05 | 54.55 | - |
| YUV | 163.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 192 | 0.05 | 0.23 | 0 | 0.25 | 287.73 | 0.26 | 0.67 |
| Hex | B7 | 94 | C0 | 5 | 17 | 0 | 19 | 120 | 1A | 43 |
| Octal | 267 | 224 | 300 | 5 | 27 | 0 | 31 | 440 | 32 | 103 |
| Binary | 10110111 | 10010100 | 11000000 | 101 | 10111 | 0 | 11001 | 100100000 | 11010 | 1000011 |
Color Harmonies of #B794C0
Complementary color
Monochromatic Colors of #B794C0
Black with #B794C0
Text Example
Text Example
White with #B794C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794C0; }
p { color: rgb(183,148,192); }
H1.HeaderClassName
{
color: #B794C0;
}
.AnyTagClassName
{
color: #B794C0;
}
</style>
background-color css
<style>
a { background-color: #B794C0; }
a { background-color: rgb(183,148,192); }
div.DivClassName
{
background-color: #B794C0;
}
.BgClassName
{
background-color: #B794C0;
}
</style>
border-color css
<style>
span { border-color: #B794C0; }
span { border-color: rgb(183,148,192); }
td.TdClassName
{
border-color: #B794C0;
}
.TagClassName
{
border-color: #B794C0;
}
</style>