Shades of Biloba Flower #B09DD8
Tints of Biloba Flower #B09DD8
RGB
CMYK
RGB Variations
Color information
#B09DD8 (or 0xB09DD8) is known color: Biloba Flower. HEX triplet: B0, 9D and D8. RGB value is (176,157,216). Sum of RGB (Red+Green+Blue) = 176+157+216=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #B09DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DD8 is #4F6227. Grayscale: #A9A9A9. Windows color (decimal): -5202472 or 14196144. OLE color: 14196144.
HSL color Cylindrical-coordinate representation of color #B09DD8: hue angle of 259.32º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09DD8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 157 | 216 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.15 |
| HSL | 259.32º | 0.43% | 0.73% | - |
| HSV(B) | 259.32º | 0.27% | 0.85% | - |
| XYZ | 42.36 | 38.3 | 70.13 | - |
| YUV | 169.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 216 | 0.19 | 0.27 | 0 | 0.15 | 259.32 | 0.43 | 0.73 |
| Hex | B0 | 9D | D8 | 13 | 1B | 0 | F | 103 | 2B | 49 |
| Octal | 260 | 235 | 330 | 23 | 33 | 0 | 17 | 403 | 53 | 111 |
| Binary | 10110000 | 10011101 | 11011000 | 10011 | 11011 | 0 | 1111 | 100000011 | 101011 | 1001001 |
Color Harmonies of #B09DD8
Complementary color
Monochromatic Colors of #B09DD8
Black with #B09DD8
Text Example
Text Example
White with #B09DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DD8; }
p { color: rgb(176,157,216); }
H1.HeaderClassName
{
color: #B09DD8;
}
.AnyTagClassName
{
color: #B09DD8;
}
</style>
background-color css
<style>
a { background-color: #B09DD8; }
a { background-color: rgb(176,157,216); }
div.DivClassName
{
background-color: #B09DD8;
}
.BgClassName
{
background-color: #B09DD8;
}
</style>
border-color css
<style>
span { border-color: #B09DD8; }
span { border-color: rgb(176,157,216); }
td.TdClassName
{
border-color: #B09DD8;
}
.TagClassName
{
border-color: #B09DD8;
}
</style>