Shades of East Side #B091BF
Tints of East Side #B091BF
RGB
CMYK
RGB Variations
Color information
#B091BF (or 0xB091BF) is known color: East Side. HEX triplet: B0, 91 and BF. RGB value is (176,145,191). Sum of RGB (Red+Green+Blue) = 176+145+191=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B091BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091BF is #4F6E40. Grayscale: #9F9F9F. Windows color (decimal): -5205569 or 12554672. OLE color: 12554672.
HSL color Cylindrical-coordinate representation of color #B091BF: hue angle of 280.43º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B091BF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 145 | 191 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.25 |
| HSL | 280.43º | 0.26% | 0.66% | - |
| HSV(B) | 280.43º | 0.24% | 0.75% | - |
| XYZ | 37.43 | 33.24 | 53.73 | - |
| YUV | 159.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 191 | 0.08 | 0.24 | 0 | 0.25 | 280.43 | 0.26 | 0.66 |
| Hex | B0 | 91 | BF | 8 | 18 | 0 | 19 | 118 | 1A | 42 |
| Octal | 260 | 221 | 277 | 10 | 30 | 0 | 31 | 430 | 32 | 102 |
| Binary | 10110000 | 10010001 | 10111111 | 1000 | 11000 | 0 | 11001 | 100011000 | 11010 | 1000010 |
Color Harmonies of #B091BF
Complementary color
Monochromatic Colors of #B091BF
Black with #B091BF
Text Example
Text Example
White with #B091BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091BF; }
p { color: rgb(176,145,191); }
H1.HeaderClassName
{
color: #B091BF;
}
.AnyTagClassName
{
color: #B091BF;
}
</style>
background-color css
<style>
a { background-color: #B091BF; }
a { background-color: rgb(176,145,191); }
div.DivClassName
{
background-color: #B091BF;
}
.BgClassName
{
background-color: #B091BF;
}
</style>
border-color css
<style>
span { border-color: #B091BF; }
span { border-color: rgb(176,145,191); }
td.TdClassName
{
border-color: #B091BF;
}
.TagClassName
{
border-color: #B091BF;
}
</style>