Shades of East Side #B799C6
Tints of East Side #B799C6
RGB
CMYK
RGB Variations
Color information
#B799C6 (or 0xB799C6) is known color: East Side. HEX triplet: B7, 99 and C6. RGB value is (183,153,198). Sum of RGB (Red+Green+Blue) = 183+153+198=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #B799C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799C6 is #486639. Grayscale: #A6A6A6. Windows color (decimal): -4744762 or 13015479. OLE color: 13015479.
HSL color Cylindrical-coordinate representation of color #B799C6: hue angle of 280º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B799C6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 153 | 198 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.22 |
| HSL | 280º | 0.28% | 0.69% | - |
| HSV(B) | 280º | 0.23% | 0.78% | - |
| XYZ | 41.11 | 36.93 | 58.39 | - |
| YUV | 167.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 198 | 0.08 | 0.23 | 0 | 0.22 | 280 | 0.28 | 0.69 |
| Hex | B7 | 99 | C6 | 8 | 17 | 0 | 16 | 118 | 1C | 45 |
| Octal | 267 | 231 | 306 | 10 | 27 | 0 | 26 | 430 | 34 | 105 |
| Binary | 10110111 | 10011001 | 11000110 | 1000 | 10111 | 0 | 10110 | 100011000 | 11100 | 1000101 |
Color Harmonies of #B799C6
Complementary color
Monochromatic Colors of #B799C6
Black with #B799C6
Text Example
Text Example
White with #B799C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799C6; }
p { color: rgb(183,153,198); }
H1.HeaderClassName
{
color: #B799C6;
}
.AnyTagClassName
{
color: #B799C6;
}
</style>
background-color css
<style>
a { background-color: #B799C6; }
a { background-color: rgb(183,153,198); }
div.DivClassName
{
background-color: #B799C6;
}
.BgClassName
{
background-color: #B799C6;
}
</style>
border-color css
<style>
span { border-color: #B799C6; }
span { border-color: rgb(183,153,198); }
td.TdClassName
{
border-color: #B799C6;
}
.TagClassName
{
border-color: #B799C6;
}
</style>