Shades of East Side #B089C4
Tints of East Side #B089C4
RGB
CMYK
RGB Variations
Color information
#B089C4 (or 0xB089C4) is known color: East Side. HEX triplet: B0, 89 and C4. RGB value is (176,137,196). Sum of RGB (Red+Green+Blue) = 176+137+196=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #B089C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089C4 is #4F763B. Grayscale: #9B9B9B. Windows color (decimal): -5207612 or 12880304. OLE color: 12880304.
HSL color Cylindrical-coordinate representation of color #B089C4: hue angle of 279.66º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B089C4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 137 | 196 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.23 |
| HSL | 279.66º | 0.33% | 0.65% | - |
| HSV(B) | 279.66º | 0.3% | 0.77% | - |
| XYZ | 36.81 | 31.11 | 56.29 | - |
| YUV | 155.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 196 | 0.10 | 0.30 | 0 | 0.23 | 279.66 | 0.33 | 0.65 |
| Hex | B0 | 89 | C4 | A | 1E | 0 | 17 | 118 | 21 | 41 |
| Octal | 260 | 211 | 304 | 12 | 36 | 0 | 27 | 430 | 41 | 101 |
| Binary | 10110000 | 10001001 | 11000100 | 1010 | 11110 | 0 | 10111 | 100011000 | 100001 | 1000001 |
Color Harmonies of #B089C4
Complementary color
Monochromatic Colors of #B089C4
Black with #B089C4
Text Example
Text Example
White with #B089C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089C4; }
p { color: rgb(176,137,196); }
H1.HeaderClassName
{
color: #B089C4;
}
.AnyTagClassName
{
color: #B089C4;
}
</style>
background-color css
<style>
a { background-color: #B089C4; }
a { background-color: rgb(176,137,196); }
div.DivClassName
{
background-color: #B089C4;
}
.BgClassName
{
background-color: #B089C4;
}
</style>
border-color css
<style>
span { border-color: #B089C4; }
span { border-color: rgb(176,137,196); }
td.TdClassName
{
border-color: #B089C4;
}
.TagClassName
{
border-color: #B089C4;
}
</style>