Shades of East Side #B095C2
Tints of East Side #B095C2
RGB
CMYK
RGB Variations
Color information
#B095C2 (or 0xB095C2) is known color: East Side. HEX triplet: B0, 95 and C2. RGB value is (176,149,194). Sum of RGB (Red+Green+Blue) = 176+149+194=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #B095C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095C2 is #4F6A3D. Grayscale: #A2A2A2. Windows color (decimal): -5204542 or 12752304. OLE color: 12752304.
HSL color Cylindrical-coordinate representation of color #B095C2: hue angle of 276º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B095C2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 149 | 194 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.24 |
| HSL | 276º | 0.27% | 0.67% | - |
| HSV(B) | 276º | 0.23% | 0.76% | - |
| XYZ | 38.39 | 34.62 | 55.7 | - |
| YUV | 162.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 194 | 0.09 | 0.23 | 0 | 0.24 | 276 | 0.27 | 0.67 |
| Hex | B0 | 95 | C2 | 9 | 17 | 0 | 18 | 114 | 1B | 43 |
| Octal | 260 | 225 | 302 | 11 | 27 | 0 | 30 | 424 | 33 | 103 |
| Binary | 10110000 | 10010101 | 11000010 | 1001 | 10111 | 0 | 11000 | 100010100 | 11011 | 1000011 |
Color Harmonies of #B095C2
Complementary color
Monochromatic Colors of #B095C2
Black with #B095C2
Text Example
Text Example
White with #B095C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095C2; }
p { color: rgb(176,149,194); }
H1.HeaderClassName
{
color: #B095C2;
}
.AnyTagClassName
{
color: #B095C2;
}
</style>
background-color css
<style>
a { background-color: #B095C2; }
a { background-color: rgb(176,149,194); }
div.DivClassName
{
background-color: #B095C2;
}
.BgClassName
{
background-color: #B095C2;
}
</style>
border-color css
<style>
span { border-color: #B095C2; }
span { border-color: rgb(176,149,194); }
td.TdClassName
{
border-color: #B095C2;
}
.TagClassName
{
border-color: #B095C2;
}
</style>