Shades of East Side #B188BD
Tints of East Side #B188BD
RGB
CMYK
RGB Variations
Color information
#B188BD (or 0xB188BD) is known color: East Side. HEX triplet: B1, 88 and BD. RGB value is (177,136,189). Sum of RGB (Red+Green+Blue) = 177+136+189=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B188BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BD is #4E7742. Grayscale: #9A9A9A. Windows color (decimal): -5142339 or 12421297. OLE color: 12421297.
HSL color Cylindrical-coordinate representation of color #B188BD: hue angle of 286.42º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B188BD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 136 | 189 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.26 |
| HSL | 286.42º | 0.29% | 0.64% | - |
| HSV(B) | 286.42º | 0.28% | 0.74% | - |
| XYZ | 36.12 | 30.63 | 52.15 | - |
| YUV | 154.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 189 | 0.06 | 0.28 | 0 | 0.26 | 286.42 | 0.29 | 0.64 |
| Hex | B1 | 88 | BD | 6 | 1C | 0 | 1A | 11E | 1D | 40 |
| Octal | 261 | 210 | 275 | 6 | 34 | 0 | 32 | 436 | 35 | 100 |
| Binary | 10110001 | 10001000 | 10111101 | 110 | 11100 | 0 | 11010 | 100011110 | 11101 | 1000000 |
Color Harmonies of #B188BD
Complementary color
Monochromatic Colors of #B188BD
Black with #B188BD
Text Example
Text Example
White with #B188BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188BD; }
p { color: rgb(177,136,189); }
H1.HeaderClassName
{
color: #B188BD;
}
.AnyTagClassName
{
color: #B188BD;
}
</style>
background-color css
<style>
a { background-color: #B188BD; }
a { background-color: rgb(177,136,189); }
div.DivClassName
{
background-color: #B188BD;
}
.BgClassName
{
background-color: #B188BD;
}
</style>
border-color css
<style>
span { border-color: #B188BD; }
span { border-color: rgb(177,136,189); }
td.TdClassName
{
border-color: #B188BD;
}
.TagClassName
{
border-color: #B188BD;
}
</style>