Shades of Biloba Flower #B089DB
Tints of Biloba Flower #B089DB
RGB
CMYK
RGB Variations
Color information
#B089DB (or 0xB089DB) is known color: Biloba Flower. HEX triplet: B0, 89 and DB. RGB value is (176,137,219). Sum of RGB (Red+Green+Blue) = 176+137+219=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B089DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089DB is #4F7624. Grayscale: #9D9D9D. Windows color (decimal): -5207589 or 14387632. OLE color: 14387632.
HSL color Cylindrical-coordinate representation of color #B089DB: hue angle of 268.54º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B089DB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 137 | 219 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.14 |
| HSL | 268.54º | 0.53% | 0.7% | - |
| HSV(B) | 268.54º | 0.37% | 0.86% | - |
| XYZ | 39.64 | 32.24 | 71.15 | - |
| YUV | 158.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 219 | 0.20 | 0.37 | 0 | 0.14 | 268.54 | 0.53 | 0.7 |
| Hex | B0 | 89 | DB | 14 | 25 | 0 | E | 10D | 35 | 46 |
| Octal | 260 | 211 | 333 | 24 | 45 | 0 | 16 | 415 | 65 | 106 |
| Binary | 10110000 | 10001001 | 11011011 | 10100 | 100101 | 0 | 1110 | 100001101 | 110101 | 1000110 |
Color Harmonies of #B089DB
Complementary color
Monochromatic Colors of #B089DB
Black with #B089DB
Text Example
Text Example
White with #B089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089DB; }
p { color: rgb(176,137,219); }
H1.HeaderClassName
{
color: #B089DB;
}
.AnyTagClassName
{
color: #B089DB;
}
</style>
background-color css
<style>
a { background-color: #B089DB; }
a { background-color: rgb(176,137,219); }
div.DivClassName
{
background-color: #B089DB;
}
.BgClassName
{
background-color: #B089DB;
}
</style>
border-color css
<style>
span { border-color: #B089DB; }
span { border-color: rgb(176,137,219); }
td.TdClassName
{
border-color: #B089DB;
}
.TagClassName
{
border-color: #B089DB;
}
</style>