Shades of East Side #B796CB
Tints of East Side #B796CB
RGB
CMYK
RGB Variations
Color information
#B796CB (or 0xB796CB) is known color: East Side. HEX triplet: B7, 96 and CB. RGB value is (183,150,203). Sum of RGB (Red+Green+Blue) = 183+150+203=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B796CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796CB is #486934. Grayscale: #A5A5A5. Windows color (decimal): -4745525 or 13342391. OLE color: 13342391.
HSL color Cylindrical-coordinate representation of color #B796CB: hue angle of 277.36º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B796CB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 150 | 203 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.20 |
| HSL | 277.36º | 0.34% | 0.69% | - |
| HSV(B) | 277.36º | 0.26% | 0.8% | - |
| XYZ | 41.21 | 36.19 | 61.31 | - |
| YUV | 165.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 203 | 0.10 | 0.26 | 0 | 0.20 | 277.36 | 0.34 | 0.69 |
| Hex | B7 | 96 | CB | A | 1A | 0 | 14 | 115 | 22 | 45 |
| Octal | 267 | 226 | 313 | 12 | 32 | 0 | 24 | 425 | 42 | 105 |
| Binary | 10110111 | 10010110 | 11001011 | 1010 | 11010 | 0 | 10100 | 100010101 | 100010 | 1000101 |
Color Harmonies of #B796CB
Complementary color
Monochromatic Colors of #B796CB
Black with #B796CB
Text Example
Text Example
White with #B796CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B796CB; }
p { color: rgb(183,150,203); }
H1.HeaderClassName
{
color: #B796CB;
}
.AnyTagClassName
{
color: #B796CB;
}
</style>
background-color css
<style>
a { background-color: #B796CB; }
a { background-color: rgb(183,150,203); }
div.DivClassName
{
background-color: #B796CB;
}
.BgClassName
{
background-color: #B796CB;
}
</style>
border-color css
<style>
span { border-color: #B796CB; }
span { border-color: rgb(183,150,203); }
td.TdClassName
{
border-color: #B796CB;
}
.TagClassName
{
border-color: #B796CB;
}
</style>