Shades of East Side #B089D0
Tints of East Side #B089D0
RGB
CMYK
RGB Variations
Color information
#B089D0 (or 0xB089D0) is known color: East Side. HEX triplet: B0, 89 and D0. RGB value is (176,137,208). Sum of RGB (Red+Green+Blue) = 176+137+208=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #B089D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D0 is #4F762F. Grayscale: #9C9C9C. Windows color (decimal): -5207600 or 13666736. OLE color: 13666736.
HSL color Cylindrical-coordinate representation of color #B089D0: hue angle of 272.96º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B089D0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 137 | 208 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.18 |
| HSL | 272.96º | 0.43% | 0.68% | - |
| HSV(B) | 272.96º | 0.34% | 0.82% | - |
| XYZ | 38.24 | 31.68 | 63.77 | - |
| YUV | 156.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 208 | 0.15 | 0.34 | 0 | 0.18 | 272.96 | 0.43 | 0.68 |
| Hex | B0 | 89 | D0 | F | 22 | 0 | 12 | 111 | 2B | 44 |
| Octal | 260 | 211 | 320 | 17 | 42 | 0 | 22 | 421 | 53 | 104 |
| Binary | 10110000 | 10001001 | 11010000 | 1111 | 100010 | 0 | 10010 | 100010001 | 101011 | 1000100 |
Color Harmonies of #B089D0
Complementary color
Monochromatic Colors of #B089D0
Black with #B089D0
Text Example
Text Example
White with #B089D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089D0; }
p { color: rgb(176,137,208); }
H1.HeaderClassName
{
color: #B089D0;
}
.AnyTagClassName
{
color: #B089D0;
}
</style>
background-color css
<style>
a { background-color: #B089D0; }
a { background-color: rgb(176,137,208); }
div.DivClassName
{
background-color: #B089D0;
}
.BgClassName
{
background-color: #B089D0;
}
</style>
border-color css
<style>
span { border-color: #B089D0; }
span { border-color: rgb(176,137,208); }
td.TdClassName
{
border-color: #B089D0;
}
.TagClassName
{
border-color: #B089D0;
}
</style>