Shades of Biloba Flower #B99ADB
Tints of Biloba Flower #B99ADB
RGB
CMYK
RGB Variations
Color information
#B99ADB (or 0xB99ADB) is known color: Biloba Flower. HEX triplet: B9, 9A and DB. RGB value is (185,154,219). Sum of RGB (Red+Green+Blue) = 185+154+219=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADB is #466524. Grayscale: #AAAAAA. Windows color (decimal): -4613413 or 14391993. OLE color: 14391993.
HSL color Cylindrical-coordinate representation of color #B99ADB: hue angle of 268.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99ADB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 154 | 219 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.14 |
| HSL | 268.62º | 0.47% | 0.73% | - |
| HSV(B) | 268.62º | 0.3% | 0.86% | - |
| XYZ | 44.35 | 38.54 | 72.12 | - |
| YUV | 170.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 219 | 0.16 | 0.30 | 0 | 0.14 | 268.62 | 0.47 | 0.73 |
| Hex | B9 | 9A | DB | 10 | 1E | 0 | E | 10D | 2F | 49 |
| Octal | 271 | 232 | 333 | 20 | 36 | 0 | 16 | 415 | 57 | 111 |
| Binary | 10111001 | 10011010 | 11011011 | 10000 | 11110 | 0 | 1110 | 100001101 | 101111 | 1001001 |
Color Harmonies of #B99ADB
Complementary color
Monochromatic Colors of #B99ADB
Black with #B99ADB
Text Example
Text Example
White with #B99ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ADB; }
p { color: rgb(185,154,219); }
H1.HeaderClassName
{
color: #B99ADB;
}
.AnyTagClassName
{
color: #B99ADB;
}
</style>
background-color css
<style>
a { background-color: #B99ADB; }
a { background-color: rgb(185,154,219); }
div.DivClassName
{
background-color: #B99ADB;
}
.BgClassName
{
background-color: #B99ADB;
}
</style>
border-color css
<style>
span { border-color: #B99ADB; }
span { border-color: rgb(185,154,219); }
td.TdClassName
{
border-color: #B99ADB;
}
.TagClassName
{
border-color: #B99ADB;
}
</style>