Shades of East Side #B486BD
Tints of East Side #B486BD
RGB
CMYK
RGB Variations
Color information
#B486BD (or 0xB486BD) is known color: East Side. HEX triplet: B4, 86 and BD. RGB value is (180,134,189). Sum of RGB (Red+Green+Blue) = 180+134+189=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B486BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486BD is #4B7942. Grayscale: #999999. Windows color (decimal): -4946243 or 12420788. OLE color: 12420788.
HSL color Cylindrical-coordinate representation of color #B486BD: hue angle of 290.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B486BD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 134 | 189 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.26 |
| HSL | 290.18º | 0.29% | 0.63% | - |
| HSV(B) | 290.18º | 0.29% | 0.74% | - |
| XYZ | 36.53 | 30.43 | 52.09 | - |
| YUV | 154.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 189 | 0.05 | 0.29 | 0 | 0.26 | 290.18 | 0.29 | 0.63 |
| Hex | B4 | 86 | BD | 5 | 1D | 0 | 1A | 122 | 1D | 3F |
| Octal | 264 | 206 | 275 | 5 | 35 | 0 | 32 | 442 | 35 | 77 |
| Binary | 10110100 | 10000110 | 10111101 | 101 | 11101 | 0 | 11010 | 100100010 | 11101 | 111111 |
Color Harmonies of #B486BD
Complementary color
Monochromatic Colors of #B486BD
Black with #B486BD
Text Example
Text Example
White with #B486BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486BD; }
p { color: rgb(180,134,189); }
H1.HeaderClassName
{
color: #B486BD;
}
.AnyTagClassName
{
color: #B486BD;
}
</style>
background-color css
<style>
a { background-color: #B486BD; }
a { background-color: rgb(180,134,189); }
div.DivClassName
{
background-color: #B486BD;
}
.BgClassName
{
background-color: #B486BD;
}
</style>
border-color css
<style>
span { border-color: #B486BD; }
span { border-color: rgb(180,134,189); }
td.TdClassName
{
border-color: #B486BD;
}
.TagClassName
{
border-color: #B486BD;
}
</style>