Shades of East Side #B087CB
Tints of East Side #B087CB
RGB
CMYK
RGB Variations
Color information
#B087CB (or 0xB087CB) is known color: East Side. HEX triplet: B0, 87 and CB. RGB value is (176,135,203). Sum of RGB (Red+Green+Blue) = 176+135+203=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 135 (53.12% from 255 or 26.26% 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 #B087CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087CB is #4F7834. Grayscale: #9A9A9A. Windows color (decimal): -5208117 or 13338544. OLE color: 13338544.
HSL color Cylindrical-coordinate representation of color #B087CB: hue angle of 276.18º degrees, saturation: 0.4, 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 #B087CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 135 | 203 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.20 |
| HSL | 276.18º | 0.4% | 0.66% | - |
| HSV(B) | 276.18º | 0.33% | 0.8% | - |
| XYZ | 37.35 | 30.87 | 60.49 | - |
| YUV | 155.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 203 | 0.13 | 0.33 | 0 | 0.20 | 276.18 | 0.4 | 0.66 |
| Hex | B0 | 87 | CB | D | 21 | 0 | 14 | 114 | 28 | 42 |
| Octal | 260 | 207 | 313 | 15 | 41 | 0 | 24 | 424 | 50 | 102 |
| Binary | 10110000 | 10000111 | 11001011 | 1101 | 100001 | 0 | 10100 | 100010100 | 101000 | 1000010 |
Color Harmonies of #B087CB
Complementary color
Monochromatic Colors of #B087CB
Black with #B087CB
Text Example
Text Example
White with #B087CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087CB; }
p { color: rgb(176,135,203); }
H1.HeaderClassName
{
color: #B087CB;
}
.AnyTagClassName
{
color: #B087CB;
}
</style>
background-color css
<style>
a { background-color: #B087CB; }
a { background-color: rgb(176,135,203); }
div.DivClassName
{
background-color: #B087CB;
}
.BgClassName
{
background-color: #B087CB;
}
</style>
border-color css
<style>
span { border-color: #B087CB; }
span { border-color: rgb(176,135,203); }
td.TdClassName
{
border-color: #B087CB;
}
.TagClassName
{
border-color: #B087CB;
}
</style>