Shades of East Side #B089C6
Tints of East Side #B089C6
RGB
CMYK
RGB Variations
Color information
#B089C6 (or 0xB089C6) is known color: East Side. HEX triplet: B0, 89 and C6. RGB value is (176,137,198). Sum of RGB (Red+Green+Blue) = 176+137+198=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #B089C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089C6 is #4F7639. Grayscale: #9B9B9B. Windows color (decimal): -5207610 or 13011376. OLE color: 13011376.
HSL color Cylindrical-coordinate representation of color #B089C6: hue angle of 278.36º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B089C6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 137 | 198 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.22 |
| HSL | 278.36º | 0.35% | 0.66% | - |
| HSV(B) | 278.36º | 0.31% | 0.78% | - |
| XYZ | 37.04 | 31.2 | 57.5 | - |
| YUV | 155.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 198 | 0.11 | 0.31 | 0 | 0.22 | 278.36 | 0.35 | 0.66 |
| Hex | B0 | 89 | C6 | B | 1F | 0 | 16 | 116 | 23 | 42 |
| Octal | 260 | 211 | 306 | 13 | 37 | 0 | 26 | 426 | 43 | 102 |
| Binary | 10110000 | 10001001 | 11000110 | 1011 | 11111 | 0 | 10110 | 100010110 | 100011 | 1000010 |
Color Harmonies of #B089C6
Complementary color
Monochromatic Colors of #B089C6
Black with #B089C6
Text Example
Text Example
White with #B089C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089C6; }
p { color: rgb(176,137,198); }
H1.HeaderClassName
{
color: #B089C6;
}
.AnyTagClassName
{
color: #B089C6;
}
</style>
background-color css
<style>
a { background-color: #B089C6; }
a { background-color: rgb(176,137,198); }
div.DivClassName
{
background-color: #B089C6;
}
.BgClassName
{
background-color: #B089C6;
}
</style>
border-color css
<style>
span { border-color: #B089C6; }
span { border-color: rgb(176,137,198); }
td.TdClassName
{
border-color: #B089C6;
}
.TagClassName
{
border-color: #B089C6;
}
</style>