Shades of Biloba Flower #B09BDA
Tints of Biloba Flower #B09BDA
RGB
CMYK
RGB Variations
Color information
#B09BDA (or 0xB09BDA) is known color: Biloba Flower. HEX triplet: B0, 9B and DA. RGB value is (176,155,218). Sum of RGB (Red+Green+Blue) = 176+155+218=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDA is #4F6425. Grayscale: #A8A8A8. Windows color (decimal): -5202982 or 14326704. OLE color: 14326704.
HSL color Cylindrical-coordinate representation of color #B09BDA: hue angle of 260º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09BDA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 155 | 218 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.15 |
| HSL | 260º | 0.46% | 0.73% | - |
| HSV(B) | 260º | 0.29% | 0.85% | - |
| XYZ | 42.28 | 37.73 | 71.38 | - |
| YUV | 168.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 218 | 0.19 | 0.29 | 0 | 0.15 | 260 | 0.46 | 0.73 |
| Hex | B0 | 9B | DA | 13 | 1D | 0 | F | 104 | 2E | 49 |
| Octal | 260 | 233 | 332 | 23 | 35 | 0 | 17 | 404 | 56 | 111 |
| Binary | 10110000 | 10011011 | 11011010 | 10011 | 11101 | 0 | 1111 | 100000100 | 101110 | 1001001 |
Color Harmonies of #B09BDA
Complementary color
Monochromatic Colors of #B09BDA
Black with #B09BDA
Text Example
Text Example
White with #B09BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BDA; }
p { color: rgb(176,155,218); }
H1.HeaderClassName
{
color: #B09BDA;
}
.AnyTagClassName
{
color: #B09BDA;
}
</style>
background-color css
<style>
a { background-color: #B09BDA; }
a { background-color: rgb(176,155,218); }
div.DivClassName
{
background-color: #B09BDA;
}
.BgClassName
{
background-color: #B09BDA;
}
</style>
border-color css
<style>
span { border-color: #B09BDA; }
span { border-color: rgb(176,155,218); }
td.TdClassName
{
border-color: #B09BDA;
}
.TagClassName
{
border-color: #B09BDA;
}
</style>