Shades of East Side #B099BB
Tints of East Side #B099BB
RGB
CMYK
RGB Variations
Color information
#B099BB (or 0xB099BB) is known color: East Side. HEX triplet: B0, 99 and BB. RGB value is (176,153,187). Sum of RGB (Red+Green+Blue) = 176+153+187=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #B099BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BB is #4F6644. Grayscale: #A3A3A3. Windows color (decimal): -5203525 or 12294576. OLE color: 12294576.
HSL color Cylindrical-coordinate representation of color #B099BB: hue angle of 280.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B099BB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 153 | 187 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.27 |
| HSL | 280.59º | 0.2% | 0.67% | - |
| HSV(B) | 280.59º | 0.18% | 0.73% | - |
| XYZ | 38.27 | 35.6 | 51.87 | - |
| YUV | 163.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 187 | 0.06 | 0.18 | 0 | 0.27 | 280.59 | 0.2 | 0.67 |
| Hex | B0 | 99 | BB | 6 | 12 | 0 | 1B | 119 | 14 | 43 |
| Octal | 260 | 231 | 273 | 6 | 22 | 0 | 33 | 431 | 24 | 103 |
| Binary | 10110000 | 10011001 | 10111011 | 110 | 10010 | 0 | 11011 | 100011001 | 10100 | 1000011 |
Color Harmonies of #B099BB
Complementary color
Monochromatic Colors of #B099BB
Black with #B099BB
Text Example
Text Example
White with #B099BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099BB; }
p { color: rgb(176,153,187); }
H1.HeaderClassName
{
color: #B099BB;
}
.AnyTagClassName
{
color: #B099BB;
}
</style>
background-color css
<style>
a { background-color: #B099BB; }
a { background-color: rgb(176,153,187); }
div.DivClassName
{
background-color: #B099BB;
}
.BgClassName
{
background-color: #B099BB;
}
</style>
border-color css
<style>
span { border-color: #B099BB; }
span { border-color: rgb(176,153,187); }
td.TdClassName
{
border-color: #B099BB;
}
.TagClassName
{
border-color: #B099BB;
}
</style>