Shades of East Side #B089CA
Tints of East Side #B089CA
RGB
CMYK
RGB Variations
Color information
#B089CA (or 0xB089CA) is known color: East Side. HEX triplet: B0, 89 and CA. RGB value is (176,137,202). Sum of RGB (Red+Green+Blue) = 176+137+202=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B089CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CA is #4F7635. Grayscale: #9B9B9B. Windows color (decimal): -5207606 or 13273520. OLE color: 13273520.
HSL color Cylindrical-coordinate representation of color #B089CA: hue angle of 276º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B089CA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 137 | 202 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.21 |
| HSL | 276º | 0.38% | 0.66% | - |
| HSV(B) | 276º | 0.32% | 0.79% | - |
| XYZ | 37.51 | 31.39 | 59.96 | - |
| YUV | 156.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 202 | 0.13 | 0.32 | 0 | 0.21 | 276 | 0.38 | 0.66 |
| Hex | B0 | 89 | CA | D | 20 | 0 | 15 | 114 | 26 | 42 |
| Octal | 260 | 211 | 312 | 15 | 40 | 0 | 25 | 424 | 46 | 102 |
| Binary | 10110000 | 10001001 | 11001010 | 1101 | 100000 | 0 | 10101 | 100010100 | 100110 | 1000010 |
Color Harmonies of #B089CA
Complementary color
Monochromatic Colors of #B089CA
Black with #B089CA
Text Example
Text Example
White with #B089CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089CA; }
p { color: rgb(176,137,202); }
H1.HeaderClassName
{
color: #B089CA;
}
.AnyTagClassName
{
color: #B089CA;
}
</style>
background-color css
<style>
a { background-color: #B089CA; }
a { background-color: rgb(176,137,202); }
div.DivClassName
{
background-color: #B089CA;
}
.BgClassName
{
background-color: #B089CA;
}
</style>
border-color css
<style>
span { border-color: #B089CA; }
span { border-color: rgb(176,137,202); }
td.TdClassName
{
border-color: #B089CA;
}
.TagClassName
{
border-color: #B089CA;
}
</style>