Shades of East Side #B088C0
Tints of East Side #B088C0
RGB
CMYK
RGB Variations
Color information
#B088C0 (or 0xB088C0) is known color: East Side. HEX triplet: B0, 88 and C0. RGB value is (176,136,192). Sum of RGB (Red+Green+Blue) = 176+136+192=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #B088C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088C0 is #4F773F. Grayscale: #9A9A9A. Windows color (decimal): -5207872 or 12617904. OLE color: 12617904.
HSL color Cylindrical-coordinate representation of color #B088C0: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B088C0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 136 | 192 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.25 |
| HSL | 282.86º | 0.31% | 0.64% | - |
| HSV(B) | 282.86º | 0.29% | 0.75% | - |
| XYZ | 36.22 | 30.64 | 53.87 | - |
| YUV | 154.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 192 | 0.08 | 0.29 | 0 | 0.25 | 282.86 | 0.31 | 0.64 |
| Hex | B0 | 88 | C0 | 8 | 1D | 0 | 19 | 11B | 1F | 40 |
| Octal | 260 | 210 | 300 | 10 | 35 | 0 | 31 | 433 | 37 | 100 |
| Binary | 10110000 | 10001000 | 11000000 | 1000 | 11101 | 0 | 11001 | 100011011 | 11111 | 1000000 |
Color Harmonies of #B088C0
Complementary color
Monochromatic Colors of #B088C0
Black with #B088C0
Text Example
Text Example
White with #B088C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088C0; }
p { color: rgb(176,136,192); }
H1.HeaderClassName
{
color: #B088C0;
}
.AnyTagClassName
{
color: #B088C0;
}
</style>
background-color css
<style>
a { background-color: #B088C0; }
a { background-color: rgb(176,136,192); }
div.DivClassName
{
background-color: #B088C0;
}
.BgClassName
{
background-color: #B088C0;
}
</style>
border-color css
<style>
span { border-color: #B088C0; }
span { border-color: rgb(176,136,192); }
td.TdClassName
{
border-color: #B088C0;
}
.TagClassName
{
border-color: #B088C0;
}
</style>