Shades of East Side #B188CB
Tints of East Side #B188CB
RGB
CMYK
RGB Variations
Color information
#B188CB (or 0xB188CB) is known color: East Side. HEX triplet: B1, 88 and CB. RGB value is (177,136,203). Sum of RGB (Red+Green+Blue) = 177+136+203=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B188CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188CB is #4E7734. Grayscale: #9B9B9B. Windows color (decimal): -5142325 or 13338801. OLE color: 13338801.
HSL color Cylindrical-coordinate representation of color #B188CB: hue angle of 276.72º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B188CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 136 | 203 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.20 |
| HSL | 276.72º | 0.39% | 0.66% | - |
| HSV(B) | 276.72º | 0.33% | 0.8% | - |
| XYZ | 37.72 | 31.27 | 60.55 | - |
| YUV | 155.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 203 | 0.13 | 0.33 | 0 | 0.20 | 276.72 | 0.39 | 0.66 |
| Hex | B1 | 88 | CB | D | 21 | 0 | 14 | 115 | 27 | 42 |
| Octal | 261 | 210 | 313 | 15 | 41 | 0 | 24 | 425 | 47 | 102 |
| Binary | 10110001 | 10001000 | 11001011 | 1101 | 100001 | 0 | 10100 | 100010101 | 100111 | 1000010 |
Color Harmonies of #B188CB
Complementary color
Monochromatic Colors of #B188CB
Black with #B188CB
Text Example
Text Example
White with #B188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188CB; }
p { color: rgb(177,136,203); }
H1.HeaderClassName
{
color: #B188CB;
}
.AnyTagClassName
{
color: #B188CB;
}
</style>
background-color css
<style>
a { background-color: #B188CB; }
a { background-color: rgb(177,136,203); }
div.DivClassName
{
background-color: #B188CB;
}
.BgClassName
{
background-color: #B188CB;
}
</style>
border-color css
<style>
span { border-color: #B188CB; }
span { border-color: rgb(177,136,203); }
td.TdClassName
{
border-color: #B188CB;
}
.TagClassName
{
border-color: #B188CB;
}
</style>