Shades of East Side #B090B9
Tints of East Side #B090B9
RGB
CMYK
RGB Variations
Color information
#B090B9 (or 0xB090B9) is known color: East Side. HEX triplet: B0, 90 and B9. RGB value is (176,144,185). Sum of RGB (Red+Green+Blue) = 176+144+185=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #B090B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090B9 is #4F6F46. Grayscale: #9E9E9E. Windows color (decimal): -5205831 or 12161200. OLE color: 12161200.
HSL color Cylindrical-coordinate representation of color #B090B9: hue angle of 286.83º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B090B9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 144 | 185 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.27 |
| HSL | 286.83º | 0.23% | 0.65% | - |
| HSV(B) | 286.83º | 0.22% | 0.73% | - |
| XYZ | 36.63 | 32.68 | 50.28 | - |
| YUV | 158.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 185 | 0.05 | 0.22 | 0 | 0.27 | 286.83 | 0.23 | 0.65 |
| Hex | B0 | 90 | B9 | 5 | 16 | 0 | 1B | 11F | 17 | 41 |
| Octal | 260 | 220 | 271 | 5 | 26 | 0 | 33 | 437 | 27 | 101 |
| Binary | 10110000 | 10010000 | 10111001 | 101 | 10110 | 0 | 11011 | 100011111 | 10111 | 1000001 |
Color Harmonies of #B090B9
Complementary color
Monochromatic Colors of #B090B9
Black with #B090B9
Text Example
Text Example
White with #B090B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090B9; }
p { color: rgb(176,144,185); }
H1.HeaderClassName
{
color: #B090B9;
}
.AnyTagClassName
{
color: #B090B9;
}
</style>
background-color css
<style>
a { background-color: #B090B9; }
a { background-color: rgb(176,144,185); }
div.DivClassName
{
background-color: #B090B9;
}
.BgClassName
{
background-color: #B090B9;
}
</style>
border-color css
<style>
span { border-color: #B090B9; }
span { border-color: rgb(176,144,185); }
td.TdClassName
{
border-color: #B090B9;
}
.TagClassName
{
border-color: #B090B9;
}
</style>