Shades of Biloba Flower #B89EDB
Tints of Biloba Flower #B89EDB
RGB
CMYK
RGB Variations
Color information
#B89EDB (or 0xB89EDB) is known color: Biloba Flower. HEX triplet: B8, 9E and DB. RGB value is (184,158,219). Sum of RGB (Red+Green+Blue) = 184+158+219=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B89EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EDB is #476124. Grayscale: #ACACAC. Windows color (decimal): -4677925 or 14393016. OLE color: 14393016.
HSL color Cylindrical-coordinate representation of color #B89EDB: hue angle of 265.57º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89EDB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 158 | 219 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.14 |
| HSL | 265.57º | 0.46% | 0.74% | - |
| HSV(B) | 265.57º | 0.28% | 0.86% | - |
| XYZ | 44.78 | 39.76 | 72.33 | - |
| YUV | 172.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 219 | 0.16 | 0.28 | 0 | 0.14 | 265.57 | 0.46 | 0.74 |
| Hex | B8 | 9E | DB | 10 | 1C | 0 | E | 10A | 2E | 4A |
| Octal | 270 | 236 | 333 | 20 | 34 | 0 | 16 | 412 | 56 | 112 |
| Binary | 10111000 | 10011110 | 11011011 | 10000 | 11100 | 0 | 1110 | 100001010 | 101110 | 1001010 |
Color Harmonies of #B89EDB
Complementary color
Monochromatic Colors of #B89EDB
Black with #B89EDB
Text Example
Text Example
White with #B89EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EDB; }
p { color: rgb(184,158,219); }
H1.HeaderClassName
{
color: #B89EDB;
}
.AnyTagClassName
{
color: #B89EDB;
}
</style>
background-color css
<style>
a { background-color: #B89EDB; }
a { background-color: rgb(184,158,219); }
div.DivClassName
{
background-color: #B89EDB;
}
.BgClassName
{
background-color: #B89EDB;
}
</style>
border-color css
<style>
span { border-color: #B89EDB; }
span { border-color: rgb(184,158,219); }
td.TdClassName
{
border-color: #B89EDB;
}
.TagClassName
{
border-color: #B89EDB;
}
</style>