Shades of Biloba Flower #B09AE9
Tints of Biloba Flower #B09AE9
RGB
CMYK
RGB Variations
Color information
#B09AE9 (or 0xB09AE9) is known color: Biloba Flower. HEX triplet: B0, 9A and E9. RGB value is (176,154,233). Sum of RGB (Red+Green+Blue) = 176+154+233=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #B09AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AE9 is #4F6516. Grayscale: #A9A9A9. Windows color (decimal): -5203223 or 15309488. OLE color: 15309488.
HSL color Cylindrical-coordinate representation of color #B09AE9: hue angle of 256.71º degrees, saturation: 0.64, 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 #B09AE9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 154 | 233 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 256.71º | 0.64% | 0.76% | - |
| HSV(B) | 256.71º | 0.34% | 0.91% | - |
| XYZ | 44.17 | 38.22 | 82.14 | - |
| YUV | 169.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 233 | 0.24 | 0.34 | 0 | 0.09 | 256.71 | 0.64 | 0.76 |
| Hex | B0 | 9A | E9 | 18 | 22 | 0 | 9 | 101 | 40 | 4C |
| Octal | 260 | 232 | 351 | 30 | 42 | 0 | 11 | 401 | 100 | 114 |
| Binary | 10110000 | 10011010 | 11101001 | 11000 | 100010 | 0 | 1001 | 100000001 | 1000000 | 1001100 |
Color Harmonies of #B09AE9
Complementary color
Monochromatic Colors of #B09AE9
Black with #B09AE9
Text Example
Text Example
White with #B09AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AE9; }
p { color: rgb(176,154,233); }
H1.HeaderClassName
{
color: #B09AE9;
}
.AnyTagClassName
{
color: #B09AE9;
}
</style>
background-color css
<style>
a { background-color: #B09AE9; }
a { background-color: rgb(176,154,233); }
div.DivClassName
{
background-color: #B09AE9;
}
.BgClassName
{
background-color: #B09AE9;
}
</style>
border-color css
<style>
span { border-color: #B09AE9; }
span { border-color: rgb(176,154,233); }
td.TdClassName
{
border-color: #B09AE9;
}
.TagClassName
{
border-color: #B09AE9;
}
</style>