Shades of East Side #B495BB
Tints of East Side #B495BB
RGB
CMYK
RGB Variations
Color information
#B495BB (or 0xB495BB) is known color: East Side. HEX triplet: B4, 95 and BB. RGB value is (180,149,187). Sum of RGB (Red+Green+Blue) = 180+149+187=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #B495BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BB is #4B6A44. Grayscale: #A2A2A2. Windows color (decimal): -4942405 or 12293556. OLE color: 12293556.
HSL color Cylindrical-coordinate representation of color #B495BB: hue angle of 288.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B495BB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 149 | 187 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.27 |
| HSL | 288.95º | 0.22% | 0.66% | - |
| HSV(B) | 288.95º | 0.2% | 0.73% | - |
| XYZ | 38.54 | 34.79 | 51.7 | - |
| YUV | 162.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 187 | 0.04 | 0.20 | 0 | 0.27 | 288.95 | 0.22 | 0.66 |
| Hex | B4 | 95 | BB | 4 | 14 | 0 | 1B | 121 | 16 | 42 |
| Octal | 264 | 225 | 273 | 4 | 24 | 0 | 33 | 441 | 26 | 102 |
| Binary | 10110100 | 10010101 | 10111011 | 100 | 10100 | 0 | 11011 | 100100001 | 10110 | 1000010 |
Color Harmonies of #B495BB
Complementary color
Monochromatic Colors of #B495BB
Black with #B495BB
Text Example
Text Example
White with #B495BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495BB; }
p { color: rgb(180,149,187); }
H1.HeaderClassName
{
color: #B495BB;
}
.AnyTagClassName
{
color: #B495BB;
}
</style>
background-color css
<style>
a { background-color: #B495BB; }
a { background-color: rgb(180,149,187); }
div.DivClassName
{
background-color: #B495BB;
}
.BgClassName
{
background-color: #B495BB;
}
</style>
border-color css
<style>
span { border-color: #B495BB; }
span { border-color: rgb(180,149,187); }
td.TdClassName
{
border-color: #B495BB;
}
.TagClassName
{
border-color: #B495BB;
}
</style>