Shades of East Side #B186CB
Tints of East Side #B186CB
RGB
CMYK
RGB Variations
Color information
#B186CB (or 0xB186CB) is known color: East Side. HEX triplet: B1, 86 and CB. RGB value is (177,134,203). Sum of RGB (Red+Green+Blue) = 177+134+203=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B186CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186CB is #4E7934. Grayscale: #9A9A9A. Windows color (decimal): -5142837 or 13338289. OLE color: 13338289.
HSL color Cylindrical-coordinate representation of color #B186CB: hue angle of 277.39º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B186CB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 134 | 203 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.20 |
| HSL | 277.39º | 0.4% | 0.66% | - |
| HSV(B) | 277.39º | 0.34% | 0.8% | - |
| XYZ | 37.44 | 30.71 | 60.45 | - |
| YUV | 154.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 203 | 0.13 | 0.34 | 0 | 0.20 | 277.39 | 0.4 | 0.66 |
| Hex | B1 | 86 | CB | D | 22 | 0 | 14 | 115 | 28 | 42 |
| Octal | 261 | 206 | 313 | 15 | 42 | 0 | 24 | 425 | 50 | 102 |
| Binary | 10110001 | 10000110 | 11001011 | 1101 | 100010 | 0 | 10100 | 100010101 | 101000 | 1000010 |
Color Harmonies of #B186CB
Complementary color
Monochromatic Colors of #B186CB
Black with #B186CB
Text Example
Text Example
White with #B186CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B186CB; }
p { color: rgb(177,134,203); }
H1.HeaderClassName
{
color: #B186CB;
}
.AnyTagClassName
{
color: #B186CB;
}
</style>
background-color css
<style>
a { background-color: #B186CB; }
a { background-color: rgb(177,134,203); }
div.DivClassName
{
background-color: #B186CB;
}
.BgClassName
{
background-color: #B186CB;
}
</style>
border-color css
<style>
span { border-color: #B186CB; }
span { border-color: rgb(177,134,203); }
td.TdClassName
{
border-color: #B186CB;
}
.TagClassName
{
border-color: #B186CB;
}
</style>