Shades of Biloba Flower #B09BE7
Tints of Biloba Flower #B09BE7
RGB
CMYK
RGB Variations
Color information
#B09BE7 (or 0xB09BE7) is known color: Biloba Flower. HEX triplet: B0, 9B and E7. RGB value is (176,155,231). Sum of RGB (Red+Green+Blue) = 176+155+231=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #B09BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BE7 is #4F6418. Grayscale: #A9A9A9. Windows color (decimal): -5202969 or 15178672. OLE color: 15178672.
HSL color Cylindrical-coordinate representation of color #B09BE7: hue angle of 256.58º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09BE7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 155 | 231 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.09 |
| HSL | 256.58º | 0.61% | 0.76% | - |
| HSV(B) | 256.58º | 0.33% | 0.91% | - |
| XYZ | 44.05 | 38.44 | 80.7 | - |
| YUV | 169.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 231 | 0.24 | 0.33 | 0 | 0.09 | 256.58 | 0.61 | 0.76 |
| Hex | B0 | 9B | E7 | 18 | 21 | 0 | 9 | 101 | 3D | 4C |
| Octal | 260 | 233 | 347 | 30 | 41 | 0 | 11 | 401 | 75 | 114 |
| Binary | 10110000 | 10011011 | 11100111 | 11000 | 100001 | 0 | 1001 | 100000001 | 111101 | 1001100 |
Color Harmonies of #B09BE7
Complementary color
Monochromatic Colors of #B09BE7
Black with #B09BE7
Text Example
Text Example
White with #B09BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BE7; }
p { color: rgb(176,155,231); }
H1.HeaderClassName
{
color: #B09BE7;
}
.AnyTagClassName
{
color: #B09BE7;
}
</style>
background-color css
<style>
a { background-color: #B09BE7; }
a { background-color: rgb(176,155,231); }
div.DivClassName
{
background-color: #B09BE7;
}
.BgClassName
{
background-color: #B09BE7;
}
</style>
border-color css
<style>
span { border-color: #B09BE7; }
span { border-color: rgb(176,155,231); }
td.TdClassName
{
border-color: #B09BE7;
}
.TagClassName
{
border-color: #B09BE7;
}
</style>