Shades of Biloba Flower #B89FDB
Tints of Biloba Flower #B89FDB
RGB
CMYK
RGB Variations
Color information
#B89FDB (or 0xB89FDB) is known color: Biloba Flower. HEX triplet: B8, 9F and DB. RGB value is (184,159,219). Sum of RGB (Red+Green+Blue) = 184+159+219=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #B89FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDB is #476024. Grayscale: #ADADAD. Windows color (decimal): -4677669 or 14393272. OLE color: 14393272.
HSL color Cylindrical-coordinate representation of color #B89FDB: hue angle of 265º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89FDB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 159 | 219 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.14 |
| HSL | 265º | 0.45% | 0.74% | - |
| HSV(B) | 265º | 0.27% | 0.86% | - |
| XYZ | 44.95 | 40.1 | 72.39 | - |
| YUV | 173.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 219 | 0.16 | 0.27 | 0 | 0.14 | 265 | 0.45 | 0.74 |
| Hex | B8 | 9F | DB | 10 | 1B | 0 | E | 109 | 2D | 4A |
| Octal | 270 | 237 | 333 | 20 | 33 | 0 | 16 | 411 | 55 | 112 |
| Binary | 10111000 | 10011111 | 11011011 | 10000 | 11011 | 0 | 1110 | 100001001 | 101101 | 1001010 |
Color Harmonies of #B89FDB
Complementary color
Monochromatic Colors of #B89FDB
Black with #B89FDB
Text Example
Text Example
White with #B89FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FDB; }
p { color: rgb(184,159,219); }
H1.HeaderClassName
{
color: #B89FDB;
}
.AnyTagClassName
{
color: #B89FDB;
}
</style>
background-color css
<style>
a { background-color: #B89FDB; }
a { background-color: rgb(184,159,219); }
div.DivClassName
{
background-color: #B89FDB;
}
.BgClassName
{
background-color: #B89FDB;
}
</style>
border-color css
<style>
span { border-color: #B89FDB; }
span { border-color: rgb(184,159,219); }
td.TdClassName
{
border-color: #B89FDB;
}
.TagClassName
{
border-color: #B89FDB;
}
</style>