Shades of Biloba Flower #B099E9
Tints of Biloba Flower #B099E9
RGB
CMYK
RGB Variations
Color information
#B099E9 (or 0xB099E9) is known color: Biloba Flower. HEX triplet: B0, 99 and E9. RGB value is (176,153,233). Sum of RGB (Red+Green+Blue) = 176+153+233=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B099E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099E9 is #4F6616. Grayscale: #A8A8A8. Windows color (decimal): -5203479 or 15309232. OLE color: 15309232.
HSL color Cylindrical-coordinate representation of color #B099E9: hue angle of 257.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B099E9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 153 | 233 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 257.25º | 0.65% | 0.76% | - |
| HSV(B) | 257.25º | 0.34% | 0.91% | - |
| XYZ | 44 | 37.9 | 82.09 | - |
| YUV | 169 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 233 | 0.24 | 0.34 | 0 | 0.09 | 257.25 | 0.65 | 0.76 |
| Hex | B0 | 99 | E9 | 18 | 22 | 0 | 9 | 101 | 41 | 4C |
| Octal | 260 | 231 | 351 | 30 | 42 | 0 | 11 | 401 | 101 | 114 |
| Binary | 10110000 | 10011001 | 11101001 | 11000 | 100010 | 0 | 1001 | 100000001 | 1000001 | 1001100 |
Color Harmonies of #B099E9
Complementary color
Monochromatic Colors of #B099E9
Black with #B099E9
Text Example
Text Example
White with #B099E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099E9; }
p { color: rgb(176,153,233); }
H1.HeaderClassName
{
color: #B099E9;
}
.AnyTagClassName
{
color: #B099E9;
}
</style>
background-color css
<style>
a { background-color: #B099E9; }
a { background-color: rgb(176,153,233); }
div.DivClassName
{
background-color: #B099E9;
}
.BgClassName
{
background-color: #B099E9;
}
</style>
border-color css
<style>
span { border-color: #B099E9; }
span { border-color: rgb(176,153,233); }
td.TdClassName
{
border-color: #B099E9;
}
.TagClassName
{
border-color: #B099E9;
}
</style>