Shades of East Side #B789BD
Tints of East Side #B789BD
RGB
CMYK
RGB Variations
Color information
#B789BD (or 0xB789BD) is known color: East Side. HEX triplet: B7, 89 and BD. RGB value is (183,137,189). Sum of RGB (Red+Green+Blue) = 183+137+189=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B789BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B789BD is #487642. Grayscale: #9C9C9C. Windows color (decimal): -4748867 or 12421559. OLE color: 12421559.
HSL color Cylindrical-coordinate representation of color #B789BD: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B789BD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 137 | 189 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.26 |
| HSL | 293.08º | 0.28% | 0.64% | - |
| HSV(B) | 293.08º | 0.28% | 0.74% | - |
| XYZ | 37.66 | 31.63 | 52.26 | - |
| YUV | 156.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 189 | 0.03 | 0.28 | 0 | 0.26 | 293.08 | 0.28 | 0.64 |
| Hex | B7 | 89 | BD | 3 | 1C | 0 | 1A | 125 | 1C | 40 |
| Octal | 267 | 211 | 275 | 3 | 34 | 0 | 32 | 445 | 34 | 100 |
| Binary | 10110111 | 10001001 | 10111101 | 11 | 11100 | 0 | 11010 | 100100101 | 11100 | 1000000 |
Color Harmonies of #B789BD
Complementary color
Monochromatic Colors of #B789BD
Black with #B789BD
Text Example
Text Example
White with #B789BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B789BD; }
p { color: rgb(183,137,189); }
H1.HeaderClassName
{
color: #B789BD;
}
.AnyTagClassName
{
color: #B789BD;
}
</style>
background-color css
<style>
a { background-color: #B789BD; }
a { background-color: rgb(183,137,189); }
div.DivClassName
{
background-color: #B789BD;
}
.BgClassName
{
background-color: #B789BD;
}
</style>
border-color css
<style>
span { border-color: #B789BD; }
span { border-color: rgb(183,137,189); }
td.TdClassName
{
border-color: #B789BD;
}
.TagClassName
{
border-color: #B789BD;
}
</style>