Shades of Biloba Flower #B09EDB
Tints of Biloba Flower #B09EDB
RGB
CMYK
RGB Variations
Color information
#B09EDB (or 0xB09EDB) is known color: Biloba Flower. HEX triplet: B0, 9E and DB. RGB value is (176,158,219). Sum of RGB (Red+Green+Blue) = 176+158+219=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EDB is #4F6124. Grayscale: #AAAAAA. Windows color (decimal): -5202213 or 14393008. OLE color: 14393008.
HSL color Cylindrical-coordinate representation of color #B09EDB: hue angle of 257.7º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09EDB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 158 | 219 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.14 |
| HSL | 257.7º | 0.46% | 0.74% | - |
| HSV(B) | 257.7º | 0.28% | 0.86% | - |
| XYZ | 42.92 | 38.8 | 72.24 | - |
| YUV | 170.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 219 | 0.20 | 0.28 | 0 | 0.14 | 257.7 | 0.46 | 0.74 |
| Hex | B0 | 9E | DB | 14 | 1C | 0 | E | 102 | 2E | 4A |
| Octal | 260 | 236 | 333 | 24 | 34 | 0 | 16 | 402 | 56 | 112 |
| Binary | 10110000 | 10011110 | 11011011 | 10100 | 11100 | 0 | 1110 | 100000010 | 101110 | 1001010 |
Color Harmonies of #B09EDB
Complementary color
Monochromatic Colors of #B09EDB
Black with #B09EDB
Text Example
Text Example
White with #B09EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09EDB; }
p { color: rgb(176,158,219); }
H1.HeaderClassName
{
color: #B09EDB;
}
.AnyTagClassName
{
color: #B09EDB;
}
</style>
background-color css
<style>
a { background-color: #B09EDB; }
a { background-color: rgb(176,158,219); }
div.DivClassName
{
background-color: #B09EDB;
}
.BgClassName
{
background-color: #B09EDB;
}
</style>
border-color css
<style>
span { border-color: #B09EDB; }
span { border-color: rgb(176,158,219); }
td.TdClassName
{
border-color: #B09EDB;
}
.TagClassName
{
border-color: #B09EDB;
}
</style>