Shades of East Side #B091C1
Tints of East Side #B091C1
RGB
CMYK
RGB Variations
Color information
#B091C1 (or 0xB091C1) is known color: East Side. HEX triplet: B0, 91 and C1. RGB value is (176,145,193). Sum of RGB (Red+Green+Blue) = 176+145+193=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #B091C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091C1 is #4F6E3E. Grayscale: #9F9F9F. Windows color (decimal): -5205567 or 12685744. OLE color: 12685744.
HSL color Cylindrical-coordinate representation of color #B091C1: hue angle of 278.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B091C1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 145 | 193 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.24 |
| HSL | 278.75º | 0.28% | 0.66% | - |
| HSV(B) | 278.75º | 0.25% | 0.76% | - |
| XYZ | 37.66 | 33.33 | 54.9 | - |
| YUV | 159.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 193 | 0.09 | 0.25 | 0 | 0.24 | 278.75 | 0.28 | 0.66 |
| Hex | B0 | 91 | C1 | 9 | 19 | 0 | 18 | 117 | 1C | 42 |
| Octal | 260 | 221 | 301 | 11 | 31 | 0 | 30 | 427 | 34 | 102 |
| Binary | 10110000 | 10010001 | 11000001 | 1001 | 11001 | 0 | 11000 | 100010111 | 11100 | 1000010 |
Color Harmonies of #B091C1
Complementary color
Monochromatic Colors of #B091C1
Black with #B091C1
Text Example
Text Example
White with #B091C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091C1; }
p { color: rgb(176,145,193); }
H1.HeaderClassName
{
color: #B091C1;
}
.AnyTagClassName
{
color: #B091C1;
}
</style>
background-color css
<style>
a { background-color: #B091C1; }
a { background-color: rgb(176,145,193); }
div.DivClassName
{
background-color: #B091C1;
}
.BgClassName
{
background-color: #B091C1;
}
</style>
border-color css
<style>
span { border-color: #B091C1; }
span { border-color: rgb(176,145,193); }
td.TdClassName
{
border-color: #B091C1;
}
.TagClassName
{
border-color: #B091C1;
}
</style>