Shades of East Side #B099BF
Tints of East Side #B099BF
RGB
CMYK
RGB Variations
Color information
#B099BF (or 0xB099BF) is known color: East Side. HEX triplet: B0, 99 and BF. RGB value is (176,153,191). Sum of RGB (Red+Green+Blue) = 176+153+191=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B099BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099BF is #4F6640. Grayscale: #A4A4A4. Windows color (decimal): -5203521 or 12556720. OLE color: 12556720.
HSL color Cylindrical-coordinate representation of color #B099BF: hue angle of 276.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B099BF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 153 | 191 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.25 |
| HSL | 276.32º | 0.23% | 0.67% | - |
| HSV(B) | 276.32º | 0.2% | 0.75% | - |
| XYZ | 38.7 | 35.77 | 54.16 | - |
| YUV | 164.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 191 | 0.08 | 0.20 | 0 | 0.25 | 276.32 | 0.23 | 0.67 |
| Hex | B0 | 99 | BF | 8 | 14 | 0 | 19 | 114 | 17 | 43 |
| Octal | 260 | 231 | 277 | 10 | 24 | 0 | 31 | 424 | 27 | 103 |
| Binary | 10110000 | 10011001 | 10111111 | 1000 | 10100 | 0 | 11001 | 100010100 | 10111 | 1000011 |
Color Harmonies of #B099BF
Complementary color
Monochromatic Colors of #B099BF
Black with #B099BF
Text Example
Text Example
White with #B099BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099BF; }
p { color: rgb(176,153,191); }
H1.HeaderClassName
{
color: #B099BF;
}
.AnyTagClassName
{
color: #B099BF;
}
</style>
background-color css
<style>
a { background-color: #B099BF; }
a { background-color: rgb(176,153,191); }
div.DivClassName
{
background-color: #B099BF;
}
.BgClassName
{
background-color: #B099BF;
}
</style>
border-color css
<style>
span { border-color: #B099BF; }
span { border-color: rgb(176,153,191); }
td.TdClassName
{
border-color: #B099BF;
}
.TagClassName
{
border-color: #B099BF;
}
</style>