Shades of East Side #B088CC
Tints of East Side #B088CC
RGB
CMYK
RGB Variations
Color information
#B088CC (or 0xB088CC) is known color: East Side. HEX triplet: B0, 88 and CC. RGB value is (176,136,204). Sum of RGB (Red+Green+Blue) = 176+136+204=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B088CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088CC is #4F7733. Grayscale: #9B9B9B. Windows color (decimal): -5207860 or 13404336. OLE color: 13404336.
HSL color Cylindrical-coordinate representation of color #B088CC: hue angle of 275.29º degrees, saturation: 0.4, 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 #B088CC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 136 | 204 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.2 |
| HSL | 275.29º | 0.4% | 0.67% | - |
| HSV(B) | 275.29º | 0.33% | 0.8% | - |
| XYZ | 37.61 | 31.2 | 61.17 | - |
| YUV | 155.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 204 | 0.14 | 0.33 | 0 | 0.2 | 275.29 | 0.4 | 0.67 |
| Hex | B0 | 88 | CC | E | 21 | 0 | 14 | 113 | 28 | 43 |
| Octal | 260 | 210 | 314 | 16 | 41 | 0 | 24 | 423 | 50 | 103 |
| Binary | 10110000 | 10001000 | 11001100 | 1110 | 100001 | 0 | 10100 | 100010011 | 101000 | 1000011 |
Color Harmonies of #B088CC
Complementary color
Monochromatic Colors of #B088CC
Black with #B088CC
Text Example
Text Example
White with #B088CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088CC; }
p { color: rgb(176,136,204); }
H1.HeaderClassName
{
color: #B088CC;
}
.AnyTagClassName
{
color: #B088CC;
}
</style>
background-color css
<style>
a { background-color: #B088CC; }
a { background-color: rgb(176,136,204); }
div.DivClassName
{
background-color: #B088CC;
}
.BgClassName
{
background-color: #B088CC;
}
</style>
border-color css
<style>
span { border-color: #B088CC; }
span { border-color: rgb(176,136,204); }
td.TdClassName
{
border-color: #B088CC;
}
.TagClassName
{
border-color: #B088CC;
}
</style>