Shades of Biloba Flower #B09DD4
Tints of Biloba Flower #B09DD4
RGB
CMYK
RGB Variations
Color information
#B09DD4 (or 0xB09DD4) is known color: Biloba Flower. HEX triplet: B0, 9D and D4. RGB value is (176,157,212). Sum of RGB (Red+Green+Blue) = 176+157+212=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #B09DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DD4 is #4F622B. Grayscale: #A8A8A8. Windows color (decimal): -5202476 or 13934000. OLE color: 13934000.
HSL color Cylindrical-coordinate representation of color #B09DD4: hue angle of 260.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09DD4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 157 | 212 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.17 |
| HSL | 260.73º | 0.39% | 0.72% | - |
| HSV(B) | 260.73º | 0.26% | 0.83% | - |
| XYZ | 41.85 | 38.1 | 67.44 | - |
| YUV | 168.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 212 | 0.17 | 0.26 | 0 | 0.17 | 260.73 | 0.39 | 0.72 |
| Hex | B0 | 9D | D4 | 11 | 1A | 0 | 11 | 105 | 27 | 48 |
| Octal | 260 | 235 | 324 | 21 | 32 | 0 | 21 | 405 | 47 | 110 |
| Binary | 10110000 | 10011101 | 11010100 | 10001 | 11010 | 0 | 10001 | 100000101 | 100111 | 1001000 |
Color Harmonies of #B09DD4
Complementary color
Monochromatic Colors of #B09DD4
Black with #B09DD4
Text Example
Text Example
White with #B09DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DD4; }
p { color: rgb(176,157,212); }
H1.HeaderClassName
{
color: #B09DD4;
}
.AnyTagClassName
{
color: #B09DD4;
}
</style>
background-color css
<style>
a { background-color: #B09DD4; }
a { background-color: rgb(176,157,212); }
div.DivClassName
{
background-color: #B09DD4;
}
.BgClassName
{
background-color: #B09DD4;
}
</style>
border-color css
<style>
span { border-color: #B09DD4; }
span { border-color: rgb(176,157,212); }
td.TdClassName
{
border-color: #B09DD4;
}
.TagClassName
{
border-color: #B09DD4;
}
</style>