Shades of East Side #B187BD
Tints of East Side #B187BD
RGB
CMYK
RGB Variations
Color information
#B187BD (or 0xB187BD) is known color: East Side. HEX triplet: B1, 87 and BD. RGB value is (177,135,189). Sum of RGB (Red+Green+Blue) = 177+135+189=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B187BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187BD is #4E7842. Grayscale: #999999. Windows color (decimal): -5142595 or 12421041. OLE color: 12421041.
HSL color Cylindrical-coordinate representation of color #B187BD: hue angle of 286.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B187BD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 135 | 189 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.26 |
| HSL | 286.67º | 0.29% | 0.64% | - |
| HSV(B) | 286.67º | 0.29% | 0.74% | - |
| XYZ | 35.98 | 30.35 | 52.11 | - |
| YUV | 153.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 189 | 0.06 | 0.29 | 0 | 0.26 | 286.67 | 0.29 | 0.64 |
| Hex | B1 | 87 | BD | 6 | 1D | 0 | 1A | 11F | 1D | 40 |
| Octal | 261 | 207 | 275 | 6 | 35 | 0 | 32 | 437 | 35 | 100 |
| Binary | 10110001 | 10000111 | 10111101 | 110 | 11101 | 0 | 11010 | 100011111 | 11101 | 1000000 |
Color Harmonies of #B187BD
Complementary color
Monochromatic Colors of #B187BD
Black with #B187BD
Text Example
Text Example
White with #B187BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187BD; }
p { color: rgb(177,135,189); }
H1.HeaderClassName
{
color: #B187BD;
}
.AnyTagClassName
{
color: #B187BD;
}
</style>
background-color css
<style>
a { background-color: #B187BD; }
a { background-color: rgb(177,135,189); }
div.DivClassName
{
background-color: #B187BD;
}
.BgClassName
{
background-color: #B187BD;
}
</style>
border-color css
<style>
span { border-color: #B187BD; }
span { border-color: rgb(177,135,189); }
td.TdClassName
{
border-color: #B187BD;
}
.TagClassName
{
border-color: #B187BD;
}
</style>