Shades of East Side #B089CB
Tints of East Side #B089CB
RGB
CMYK
RGB Variations
Color information
#B089CB (or 0xB089CB) is known color: East Side. HEX triplet: B0, 89 and CB. RGB value is (176,137,203). Sum of RGB (Red+Green+Blue) = 176+137+203=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CB is #4F7634. Grayscale: #9B9B9B. Windows color (decimal): -5207605 or 13339056. OLE color: 13339056.
HSL color Cylindrical-coordinate representation of color #B089CB: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B089CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 137 | 203 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.20 |
| HSL | 275.45º | 0.39% | 0.67% | - |
| HSV(B) | 275.45º | 0.33% | 0.8% | - |
| XYZ | 37.63 | 31.43 | 60.58 | - |
| YUV | 156.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 203 | 0.13 | 0.33 | 0 | 0.20 | 275.45 | 0.39 | 0.67 |
| Hex | B0 | 89 | CB | D | 21 | 0 | 14 | 113 | 27 | 43 |
| Octal | 260 | 211 | 313 | 15 | 41 | 0 | 24 | 423 | 47 | 103 |
| Binary | 10110000 | 10001001 | 11001011 | 1101 | 100001 | 0 | 10100 | 100010011 | 100111 | 1000011 |
Color Harmonies of #B089CB
Complementary color
Monochromatic Colors of #B089CB
Black with #B089CB
Text Example
Text Example
White with #B089CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089CB; }
p { color: rgb(176,137,203); }
H1.HeaderClassName
{
color: #B089CB;
}
.AnyTagClassName
{
color: #B089CB;
}
</style>
background-color css
<style>
a { background-color: #B089CB; }
a { background-color: rgb(176,137,203); }
div.DivClassName
{
background-color: #B089CB;
}
.BgClassName
{
background-color: #B089CB;
}
</style>
border-color css
<style>
span { border-color: #B089CB; }
span { border-color: rgb(176,137,203); }
td.TdClassName
{
border-color: #B089CB;
}
.TagClassName
{
border-color: #B089CB;
}
</style>