Shades of East Side #B095BF
Tints of East Side #B095BF
RGB
CMYK
RGB Variations
Color information
#B095BF (or 0xB095BF) is known color: East Side. HEX triplet: B0, 95 and BF. RGB value is (176,149,191). Sum of RGB (Red+Green+Blue) = 176+149+191=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #B095BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BF is #4F6A40. Grayscale: #A1A1A1. Windows color (decimal): -5204545 or 12555696. OLE color: 12555696.
HSL color Cylindrical-coordinate representation of color #B095BF: hue angle of 278.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B095BF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 149 | 191 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.25 |
| HSL | 278.57º | 0.25% | 0.67% | - |
| HSV(B) | 278.57º | 0.22% | 0.75% | - |
| XYZ | 38.06 | 34.49 | 53.94 | - |
| YUV | 161.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 191 | 0.08 | 0.22 | 0 | 0.25 | 278.57 | 0.25 | 0.67 |
| Hex | B0 | 95 | BF | 8 | 16 | 0 | 19 | 117 | 19 | 43 |
| Octal | 260 | 225 | 277 | 10 | 26 | 0 | 31 | 427 | 31 | 103 |
| Binary | 10110000 | 10010101 | 10111111 | 1000 | 10110 | 0 | 11001 | 100010111 | 11001 | 1000011 |
Color Harmonies of #B095BF
Complementary color
Monochromatic Colors of #B095BF
Black with #B095BF
Text Example
Text Example
White with #B095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095BF; }
p { color: rgb(176,149,191); }
H1.HeaderClassName
{
color: #B095BF;
}
.AnyTagClassName
{
color: #B095BF;
}
</style>
background-color css
<style>
a { background-color: #B095BF; }
a { background-color: rgb(176,149,191); }
div.DivClassName
{
background-color: #B095BF;
}
.BgClassName
{
background-color: #B095BF;
}
</style>
border-color css
<style>
span { border-color: #B095BF; }
span { border-color: rgb(176,149,191); }
td.TdClassName
{
border-color: #B095BF;
}
.TagClassName
{
border-color: #B095BF;
}
</style>