Shades of East Side #B088D0
Tints of East Side #B088D0
RGB
CMYK
RGB Variations
Color information
#B088D0 (or 0xB088D0) is known color: East Side. HEX triplet: B0, 88 and D0. RGB value is (176,136,208). Sum of RGB (Red+Green+Blue) = 176+136+208=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #B088D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088D0 is #4F772F. Grayscale: #9B9B9B. Windows color (decimal): -5207856 or 13666480. OLE color: 13666480.
HSL color Cylindrical-coordinate representation of color #B088D0: hue angle of 273.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B088D0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 136 | 208 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.18 |
| HSL | 273.33º | 0.43% | 0.67% | - |
| HSV(B) | 273.33º | 0.35% | 0.82% | - |
| XYZ | 38.09 | 31.39 | 63.73 | - |
| YUV | 156.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 208 | 0.15 | 0.35 | 0 | 0.18 | 273.33 | 0.43 | 0.67 |
| Hex | B0 | 88 | D0 | F | 23 | 0 | 12 | 111 | 2B | 43 |
| Octal | 260 | 210 | 320 | 17 | 43 | 0 | 22 | 421 | 53 | 103 |
| Binary | 10110000 | 10001000 | 11010000 | 1111 | 100011 | 0 | 10010 | 100010001 | 101011 | 1000011 |
Color Harmonies of #B088D0
Complementary color
Monochromatic Colors of #B088D0
Black with #B088D0
Text Example
Text Example
White with #B088D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088D0; }
p { color: rgb(176,136,208); }
H1.HeaderClassName
{
color: #B088D0;
}
.AnyTagClassName
{
color: #B088D0;
}
</style>
background-color css
<style>
a { background-color: #B088D0; }
a { background-color: rgb(176,136,208); }
div.DivClassName
{
background-color: #B088D0;
}
.BgClassName
{
background-color: #B088D0;
}
</style>
border-color css
<style>
span { border-color: #B088D0; }
span { border-color: rgb(176,136,208); }
td.TdClassName
{
border-color: #B088D0;
}
.TagClassName
{
border-color: #B088D0;
}
</style>