Shades of Biloba Flower #B09ECF
Tints of Biloba Flower #B09ECF
RGB
CMYK
RGB Variations
Color information
#B09ECF (or 0xB09ECF) is known color: Biloba Flower. HEX triplet: B0, 9E and CF. RGB value is (176,158,207). Sum of RGB (Red+Green+Blue) = 176+158+207=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B09ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECF is #4F6130. Grayscale: #A8A8A8. Windows color (decimal): -5202225 or 13606576. OLE color: 13606576.
HSL color Cylindrical-coordinate representation of color #B09ECF: hue angle of 262.04º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09ECF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 158 | 207 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.19 |
| HSL | 262.04º | 0.34% | 0.72% | - |
| HSV(B) | 262.04º | 0.24% | 0.81% | - |
| XYZ | 41.39 | 38.19 | 64.22 | - |
| YUV | 168.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 207 | 0.15 | 0.24 | 0 | 0.19 | 262.04 | 0.34 | 0.72 |
| Hex | B0 | 9E | CF | F | 18 | 0 | 13 | 106 | 22 | 48 |
| Octal | 260 | 236 | 317 | 17 | 30 | 0 | 23 | 406 | 42 | 110 |
| Binary | 10110000 | 10011110 | 11001111 | 1111 | 11000 | 0 | 10011 | 100000110 | 100010 | 1001000 |
Color Harmonies of #B09ECF
Complementary color
Monochromatic Colors of #B09ECF
Black with #B09ECF
Text Example
Text Example
White with #B09ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09ECF; }
p { color: rgb(176,158,207); }
H1.HeaderClassName
{
color: #B09ECF;
}
.AnyTagClassName
{
color: #B09ECF;
}
</style>
background-color css
<style>
a { background-color: #B09ECF; }
a { background-color: rgb(176,158,207); }
div.DivClassName
{
background-color: #B09ECF;
}
.BgClassName
{
background-color: #B09ECF;
}
</style>
border-color css
<style>
span { border-color: #B09ECF; }
span { border-color: rgb(176,158,207); }
td.TdClassName
{
border-color: #B09ECF;
}
.TagClassName
{
border-color: #B09ECF;
}
</style>