Shades of East Side #B788CA
Tints of East Side #B788CA
RGB
CMYK
RGB Variations
Color information
#B788CA (or 0xB788CA) is known color: East Side. HEX triplet: B7, 88 and CA. RGB value is (183,136,202). Sum of RGB (Red+Green+Blue) = 183+136+202=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B788CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788CA is #487735. Grayscale: #9D9D9D. Windows color (decimal): -4749110 or 13273271. OLE color: 13273271.
HSL color Cylindrical-coordinate representation of color #B788CA: hue angle of 282.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B788CA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 136 | 202 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.21 |
| HSL | 282.73º | 0.38% | 0.66% | - |
| HSV(B) | 282.73º | 0.33% | 0.79% | - |
| XYZ | 38.99 | 31.94 | 59.99 | - |
| YUV | 157.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 202 | 0.09 | 0.33 | 0 | 0.21 | 282.73 | 0.38 | 0.66 |
| Hex | B7 | 88 | CA | 9 | 21 | 0 | 15 | 11B | 26 | 42 |
| Octal | 267 | 210 | 312 | 11 | 41 | 0 | 25 | 433 | 46 | 102 |
| Binary | 10110111 | 10001000 | 11001010 | 1001 | 100001 | 0 | 10101 | 100011011 | 100110 | 1000010 |
Color Harmonies of #B788CA
Complementary color
Monochromatic Colors of #B788CA
Black with #B788CA
Text Example
Text Example
White with #B788CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788CA; }
p { color: rgb(183,136,202); }
H1.HeaderClassName
{
color: #B788CA;
}
.AnyTagClassName
{
color: #B788CA;
}
</style>
background-color css
<style>
a { background-color: #B788CA; }
a { background-color: rgb(183,136,202); }
div.DivClassName
{
background-color: #B788CA;
}
.BgClassName
{
background-color: #B788CA;
}
</style>
border-color css
<style>
span { border-color: #B788CA; }
span { border-color: rgb(183,136,202); }
td.TdClassName
{
border-color: #B788CA;
}
.TagClassName
{
border-color: #B788CA;
}
</style>