Shades of East Side #B090C2
Tints of East Side #B090C2
RGB
CMYK
RGB Variations
Color information
#B090C2 (or 0xB090C2) is known color: East Side. HEX triplet: B0, 90 and C2. RGB value is (176,144,194). Sum of RGB (Red+Green+Blue) = 176+144+194=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #B090C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090C2 is #4F6F3D. Grayscale: #9F9F9F. Windows color (decimal): -5205822 or 12751024. OLE color: 12751024.
HSL color Cylindrical-coordinate representation of color #B090C2: hue angle of 278.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B090C2 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 144 | 194 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.24 |
| HSL | 278.4º | 0.29% | 0.66% | - |
| HSV(B) | 278.4º | 0.26% | 0.76% | - |
| XYZ | 37.62 | 33.07 | 55.44 | - |
| YUV | 159.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 194 | 0.09 | 0.26 | 0 | 0.24 | 278.4 | 0.29 | 0.66 |
| Hex | B0 | 90 | C2 | 9 | 1A | 0 | 18 | 116 | 1D | 42 |
| Octal | 260 | 220 | 302 | 11 | 32 | 0 | 30 | 426 | 35 | 102 |
| Binary | 10110000 | 10010000 | 11000010 | 1001 | 11010 | 0 | 11000 | 100010110 | 11101 | 1000010 |
Color Harmonies of #B090C2
Complementary color
Monochromatic Colors of #B090C2
Black with #B090C2
Text Example
Text Example
White with #B090C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090C2; }
p { color: rgb(176,144,194); }
H1.HeaderClassName
{
color: #B090C2;
}
.AnyTagClassName
{
color: #B090C2;
}
</style>
background-color css
<style>
a { background-color: #B090C2; }
a { background-color: rgb(176,144,194); }
div.DivClassName
{
background-color: #B090C2;
}
.BgClassName
{
background-color: #B090C2;
}
</style>
border-color css
<style>
span { border-color: #B090C2; }
span { border-color: rgb(176,144,194); }
td.TdClassName
{
border-color: #B090C2;
}
.TagClassName
{
border-color: #B090C2;
}
</style>