Shades of East Side #B798C4
Tints of East Side #B798C4
RGB
CMYK
RGB Variations
Color information
#B798C4 (or 0xB798C4) is known color: East Side. HEX triplet: B7, 98 and C4. RGB value is (183,152,196). Sum of RGB (Red+Green+Blue) = 183+152+196=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #B798C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798C4 is #48673B. Grayscale: #A6A6A6. Windows color (decimal): -4745020 or 12884151. OLE color: 12884151.
HSL color Cylindrical-coordinate representation of color #B798C4: hue angle of 282.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B798C4 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 152 | 196 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.23 |
| HSL | 282.27º | 0.27% | 0.68% | - |
| HSV(B) | 282.27º | 0.22% | 0.77% | - |
| XYZ | 40.72 | 36.51 | 57.13 | - |
| YUV | 166.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 196 | 0.07 | 0.22 | 0 | 0.23 | 282.27 | 0.27 | 0.68 |
| Hex | B7 | 98 | C4 | 7 | 16 | 0 | 17 | 11A | 1B | 44 |
| Octal | 267 | 230 | 304 | 7 | 26 | 0 | 27 | 432 | 33 | 104 |
| Binary | 10110111 | 10011000 | 11000100 | 111 | 10110 | 0 | 10111 | 100011010 | 11011 | 1000100 |
Color Harmonies of #B798C4
Complementary color
Monochromatic Colors of #B798C4
Black with #B798C4
Text Example
Text Example
White with #B798C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798C4; }
p { color: rgb(183,152,196); }
H1.HeaderClassName
{
color: #B798C4;
}
.AnyTagClassName
{
color: #B798C4;
}
</style>
background-color css
<style>
a { background-color: #B798C4; }
a { background-color: rgb(183,152,196); }
div.DivClassName
{
background-color: #B798C4;
}
.BgClassName
{
background-color: #B798C4;
}
</style>
border-color css
<style>
span { border-color: #B798C4; }
span { border-color: rgb(183,152,196); }
td.TdClassName
{
border-color: #B798C4;
}
.TagClassName
{
border-color: #B798C4;
}
</style>