Shades of Biloba Flower #B09FDE
Tints of Biloba Flower #B09FDE
RGB
CMYK
RGB Variations
Color information
#B09FDE (or 0xB09FDE) is known color: Biloba Flower. HEX triplet: B0, 9F and DE. RGB value is (176,159,222). Sum of RGB (Red+Green+Blue) = 176+159+222=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #B09FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FDE is #4F6021. Grayscale: #ABABAB. Windows color (decimal): -5201954 or 14589872. OLE color: 14589872.
HSL color Cylindrical-coordinate representation of color #B09FDE: hue angle of 256.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09FDE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 159 | 222 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.13 |
| HSL | 256.19º | 0.49% | 0.75% | - |
| HSV(B) | 256.19º | 0.28% | 0.87% | - |
| XYZ | 43.49 | 39.3 | 74.4 | - |
| YUV | 171.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 222 | 0.21 | 0.28 | 0 | 0.13 | 256.19 | 0.49 | 0.75 |
| Hex | B0 | 9F | DE | 15 | 1C | 0 | D | 100 | 31 | 4B |
| Octal | 260 | 237 | 336 | 25 | 34 | 0 | 15 | 400 | 61 | 113 |
| Binary | 10110000 | 10011111 | 11011110 | 10101 | 11100 | 0 | 1101 | 100000000 | 110001 | 1001011 |
Color Harmonies of #B09FDE
Complementary color
Monochromatic Colors of #B09FDE
Black with #B09FDE
Text Example
Text Example
White with #B09FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FDE; }
p { color: rgb(176,159,222); }
H1.HeaderClassName
{
color: #B09FDE;
}
.AnyTagClassName
{
color: #B09FDE;
}
</style>
background-color css
<style>
a { background-color: #B09FDE; }
a { background-color: rgb(176,159,222); }
div.DivClassName
{
background-color: #B09FDE;
}
.BgClassName
{
background-color: #B09FDE;
}
</style>
border-color css
<style>
span { border-color: #B09FDE; }
span { border-color: rgb(176,159,222); }
td.TdClassName
{
border-color: #B09FDE;
}
.TagClassName
{
border-color: #B09FDE;
}
</style>