Shades of East Side #B189CB
Tints of East Side #B189CB
RGB
CMYK
RGB Variations
Color information
#B189CB (or 0xB189CB) is known color: East Side. HEX triplet: B1, 89 and CB. RGB value is (177,137,203). Sum of RGB (Red+Green+Blue) = 177+137+203=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #B189CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189CB is #4E7634. Grayscale: #9C9C9C. Windows color (decimal): -5142069 or 13339057. OLE color: 13339057.
HSL color Cylindrical-coordinate representation of color #B189CB: hue angle of 276.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B189CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 137 | 203 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.20 |
| HSL | 276.36º | 0.39% | 0.67% | - |
| HSV(B) | 276.36º | 0.33% | 0.8% | - |
| XYZ | 37.86 | 31.55 | 60.59 | - |
| YUV | 156.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 203 | 0.13 | 0.33 | 0 | 0.20 | 276.36 | 0.39 | 0.67 |
| Hex | B1 | 89 | CB | D | 21 | 0 | 14 | 114 | 27 | 43 |
| Octal | 261 | 211 | 313 | 15 | 41 | 0 | 24 | 424 | 47 | 103 |
| Binary | 10110001 | 10001001 | 11001011 | 1101 | 100001 | 0 | 10100 | 100010100 | 100111 | 1000011 |
Color Harmonies of #B189CB
Complementary color
Monochromatic Colors of #B189CB
Black with #B189CB
Text Example
Text Example
White with #B189CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189CB; }
p { color: rgb(177,137,203); }
H1.HeaderClassName
{
color: #B189CB;
}
.AnyTagClassName
{
color: #B189CB;
}
</style>
background-color css
<style>
a { background-color: #B189CB; }
a { background-color: rgb(177,137,203); }
div.DivClassName
{
background-color: #B189CB;
}
.BgClassName
{
background-color: #B189CB;
}
</style>
border-color css
<style>
span { border-color: #B189CB; }
span { border-color: rgb(177,137,203); }
td.TdClassName
{
border-color: #B189CB;
}
.TagClassName
{
border-color: #B189CB;
}
</style>