Shades of East Side #B094B6
Tints of East Side #B094B6
RGB
CMYK
RGB Variations
Color information
#B094B6 (or 0xB094B6) is known color: East Side. HEX triplet: B0, 94 and B6. RGB value is (176,148,182). Sum of RGB (Red+Green+Blue) = 176+148+182=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #B094B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094B6 is #4F6B49. Grayscale: #A0A0A0. Windows color (decimal): -5204810 or 11965616. OLE color: 11965616.
HSL color Cylindrical-coordinate representation of color #B094B6: hue angle of 289.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B094B6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 148 | 182 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.29 |
| HSL | 289.41º | 0.19% | 0.65% | - |
| HSV(B) | 289.41º | 0.19% | 0.71% | - |
| XYZ | 36.94 | 33.79 | 48.83 | - |
| YUV | 160.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 182 | 0.03 | 0.19 | 0 | 0.29 | 289.41 | 0.19 | 0.65 |
| Hex | B0 | 94 | B6 | 3 | 13 | 0 | 1D | 121 | 13 | 41 |
| Octal | 260 | 224 | 266 | 3 | 23 | 0 | 35 | 441 | 23 | 101 |
| Binary | 10110000 | 10010100 | 10110110 | 11 | 10011 | 0 | 11101 | 100100001 | 10011 | 1000001 |
Color Harmonies of #B094B6
Complementary color
Monochromatic Colors of #B094B6
Black with #B094B6
Text Example
Text Example
White with #B094B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B094B6; }
p { color: rgb(176,148,182); }
H1.HeaderClassName
{
color: #B094B6;
}
.AnyTagClassName
{
color: #B094B6;
}
</style>
background-color css
<style>
a { background-color: #B094B6; }
a { background-color: rgb(176,148,182); }
div.DivClassName
{
background-color: #B094B6;
}
.BgClassName
{
background-color: #B094B6;
}
</style>
border-color css
<style>
span { border-color: #B094B6; }
span { border-color: rgb(176,148,182); }
td.TdClassName
{
border-color: #B094B6;
}
.TagClassName
{
border-color: #B094B6;
}
</style>