Shades of East Side #B095C4
Tints of East Side #B095C4
RGB
CMYK
RGB Variations
Color information
#B095C4 (or 0xB095C4) is known color: East Side. HEX triplet: B0, 95 and C4. RGB value is (176,149,196). Sum of RGB (Red+Green+Blue) = 176+149+196=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #B095C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095C4 is #4F6A3B. Grayscale: #A2A2A2. Windows color (decimal): -5204540 or 12883376. OLE color: 12883376.
HSL color Cylindrical-coordinate representation of color #B095C4: hue angle of 274.47º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B095C4 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 149 | 196 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.23 |
| HSL | 274.47º | 0.28% | 0.68% | - |
| HSV(B) | 274.47º | 0.24% | 0.77% | - |
| XYZ | 38.62 | 34.71 | 56.89 | - |
| YUV | 162.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 196 | 0.10 | 0.24 | 0 | 0.23 | 274.47 | 0.28 | 0.68 |
| Hex | B0 | 95 | C4 | A | 18 | 0 | 17 | 112 | 1C | 44 |
| Octal | 260 | 225 | 304 | 12 | 30 | 0 | 27 | 422 | 34 | 104 |
| Binary | 10110000 | 10010101 | 11000100 | 1010 | 11000 | 0 | 10111 | 100010010 | 11100 | 1000100 |
Color Harmonies of #B095C4
Complementary color
Monochromatic Colors of #B095C4
Black with #B095C4
Text Example
Text Example
White with #B095C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095C4; }
p { color: rgb(176,149,196); }
H1.HeaderClassName
{
color: #B095C4;
}
.AnyTagClassName
{
color: #B095C4;
}
</style>
background-color css
<style>
a { background-color: #B095C4; }
a { background-color: rgb(176,149,196); }
div.DivClassName
{
background-color: #B095C4;
}
.BgClassName
{
background-color: #B095C4;
}
</style>
border-color css
<style>
span { border-color: #B095C4; }
span { border-color: rgb(176,149,196); }
td.TdClassName
{
border-color: #B095C4;
}
.TagClassName
{
border-color: #B095C4;
}
</style>