Shades of Biloba Flower #B999DB
Tints of Biloba Flower #B999DB
RGB
CMYK
RGB Variations
Color information
#B999DB (or 0xB999DB) is known color: Biloba Flower. HEX triplet: B9, 99 and DB. RGB value is (185,153,219). Sum of RGB (Red+Green+Blue) = 185+153+219=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DB is #466624. Grayscale: #A9A9A9. Windows color (decimal): -4613669 or 14391737. OLE color: 14391737.
HSL color Cylindrical-coordinate representation of color #B999DB: hue angle of 269.09º degrees, saturation: 0.48, 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 #B999DB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 153 | 219 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.14 |
| HSL | 269.09º | 0.48% | 0.73% | - |
| HSV(B) | 269.09º | 0.3% | 0.86% | - |
| XYZ | 44.19 | 38.21 | 72.06 | - |
| YUV | 170.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 219 | 0.16 | 0.30 | 0 | 0.14 | 269.09 | 0.48 | 0.73 |
| Hex | B9 | 99 | DB | 10 | 1E | 0 | E | 10D | 30 | 49 |
| Octal | 271 | 231 | 333 | 20 | 36 | 0 | 16 | 415 | 60 | 111 |
| Binary | 10111001 | 10011001 | 11011011 | 10000 | 11110 | 0 | 1110 | 100001101 | 110000 | 1001001 |
Color Harmonies of #B999DB
Complementary color
Monochromatic Colors of #B999DB
Black with #B999DB
Text Example
Text Example
White with #B999DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999DB; }
p { color: rgb(185,153,219); }
H1.HeaderClassName
{
color: #B999DB;
}
.AnyTagClassName
{
color: #B999DB;
}
</style>
background-color css
<style>
a { background-color: #B999DB; }
a { background-color: rgb(185,153,219); }
div.DivClassName
{
background-color: #B999DB;
}
.BgClassName
{
background-color: #B999DB;
}
</style>
border-color css
<style>
span { border-color: #B999DB; }
span { border-color: rgb(185,153,219); }
td.TdClassName
{
border-color: #B999DB;
}
.TagClassName
{
border-color: #B999DB;
}
</style>