Shades of Biloba Flower #BA94DB
Tints of Biloba Flower #BA94DB
RGB
CMYK
RGB Variations
Color information
#BA94DB (or 0xBA94DB) is known color: Biloba Flower. HEX triplet: BA, 94 and DB. RGB value is (186,148,219). Sum of RGB (Red+Green+Blue) = 186+148+219=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94DB is #456B24. Grayscale: #A7A7A7. Windows color (decimal): -4549413 or 14390458. OLE color: 14390458.
HSL color Cylindrical-coordinate representation of color #BA94DB: hue angle of 272.11º degrees, saturation: 0.5, 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 #BA94DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 148 | 219 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.14 |
| HSL | 272.11º | 0.5% | 0.72% | - |
| HSV(B) | 272.11º | 0.32% | 0.86% | - |
| XYZ | 43.63 | 36.73 | 71.81 | - |
| YUV | 167.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 219 | 0.15 | 0.32 | 0 | 0.14 | 272.11 | 0.5 | 0.72 |
| Hex | BA | 94 | DB | F | 20 | 0 | E | 110 | 32 | 48 |
| Octal | 272 | 224 | 333 | 17 | 40 | 0 | 16 | 420 | 62 | 110 |
| Binary | 10111010 | 10010100 | 11011011 | 1111 | 100000 | 0 | 1110 | 100010000 | 110010 | 1001000 |
Color Harmonies of #BA94DB
Complementary color
Monochromatic Colors of #BA94DB
Black with #BA94DB
Text Example
Text Example
White with #BA94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94DB; }
p { color: rgb(186,148,219); }
H1.HeaderClassName
{
color: #BA94DB;
}
.AnyTagClassName
{
color: #BA94DB;
}
</style>
background-color css
<style>
a { background-color: #BA94DB; }
a { background-color: rgb(186,148,219); }
div.DivClassName
{
background-color: #BA94DB;
}
.BgClassName
{
background-color: #BA94DB;
}
</style>
border-color css
<style>
span { border-color: #BA94DB; }
span { border-color: rgb(186,148,219); }
td.TdClassName
{
border-color: #BA94DB;
}
.TagClassName
{
border-color: #BA94DB;
}
</style>