Shades of Biloba Flower #BA96DB
Tints of Biloba Flower #BA96DB
RGB
CMYK
RGB Variations
Color information
#BA96DB (or 0xBA96DB) is known color: Biloba Flower. HEX triplet: BA, 96 and DB. RGB value is (186,150,219). Sum of RGB (Red+Green+Blue) = 186+150+219=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DB is #456924. Grayscale: #A8A8A8. Windows color (decimal): -4548901 or 14390970. OLE color: 14390970.
HSL color Cylindrical-coordinate representation of color #BA96DB: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA96DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 150 | 219 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.14 |
| HSL | 271.3º | 0.49% | 0.72% | - |
| HSV(B) | 271.3º | 0.32% | 0.86% | - |
| XYZ | 43.94 | 37.37 | 71.91 | - |
| YUV | 168.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 219 | 0.15 | 0.32 | 0 | 0.14 | 271.3 | 0.49 | 0.72 |
| Hex | BA | 96 | DB | F | 20 | 0 | E | 10F | 31 | 48 |
| Octal | 272 | 226 | 333 | 17 | 40 | 0 | 16 | 417 | 61 | 110 |
| Binary | 10111010 | 10010110 | 11011011 | 1111 | 100000 | 0 | 1110 | 100001111 | 110001 | 1001000 |
Color Harmonies of #BA96DB
Complementary color
Monochromatic Colors of #BA96DB
Black with #BA96DB
Text Example
Text Example
White with #BA96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96DB; }
p { color: rgb(186,150,219); }
H1.HeaderClassName
{
color: #BA96DB;
}
.AnyTagClassName
{
color: #BA96DB;
}
</style>
background-color css
<style>
a { background-color: #BA96DB; }
a { background-color: rgb(186,150,219); }
div.DivClassName
{
background-color: #BA96DB;
}
.BgClassName
{
background-color: #BA96DB;
}
</style>
border-color css
<style>
span { border-color: #BA96DB; }
span { border-color: rgb(186,150,219); }
td.TdClassName
{
border-color: #BA96DB;
}
.TagClassName
{
border-color: #BA96DB;
}
</style>