Shades of East Side #B099BD
Tints of East Side #B099BD
RGB
CMYK
RGB Variations
Color information
#B099BD (or 0xB099BD) is known color: East Side. HEX triplet: B0, 99 and BD. RGB value is (176,153,189). Sum of RGB (Red+Green+Blue) = 176+153+189=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B099BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BD is #4F6642. Grayscale: #A3A3A3. Windows color (decimal): -5203523 or 12425648. OLE color: 12425648.
HSL color Cylindrical-coordinate representation of color #B099BD: hue angle of 278.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B099BD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 153 | 189 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.26 |
| HSL | 278.33º | 0.21% | 0.67% | - |
| HSV(B) | 278.33º | 0.19% | 0.74% | - |
| XYZ | 38.48 | 35.69 | 53 | - |
| YUV | 163.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 189 | 0.07 | 0.19 | 0 | 0.26 | 278.33 | 0.21 | 0.67 |
| Hex | B0 | 99 | BD | 7 | 13 | 0 | 1A | 116 | 15 | 43 |
| Octal | 260 | 231 | 275 | 7 | 23 | 0 | 32 | 426 | 25 | 103 |
| Binary | 10110000 | 10011001 | 10111101 | 111 | 10011 | 0 | 11010 | 100010110 | 10101 | 1000011 |
Color Harmonies of #B099BD
Complementary color
Monochromatic Colors of #B099BD
Black with #B099BD
Text Example
Text Example
White with #B099BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099BD; }
p { color: rgb(176,153,189); }
H1.HeaderClassName
{
color: #B099BD;
}
.AnyTagClassName
{
color: #B099BD;
}
</style>
background-color css
<style>
a { background-color: #B099BD; }
a { background-color: rgb(176,153,189); }
div.DivClassName
{
background-color: #B099BD;
}
.BgClassName
{
background-color: #B099BD;
}
</style>
border-color css
<style>
span { border-color: #B099BD; }
span { border-color: rgb(176,153,189); }
td.TdClassName
{
border-color: #B099BD;
}
.TagClassName
{
border-color: #B099BD;
}
</style>