Shades of Biloba Flower #BA94D9
Tints of Biloba Flower #BA94D9
RGB
CMYK
RGB Variations
Color information
#BA94D9 (or 0xBA94D9) is known color: Biloba Flower. HEX triplet: BA, 94 and D9. RGB value is (186,148,217). Sum of RGB (Red+Green+Blue) = 186+148+217=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94D9 is #456B26. Grayscale: #A6A6A6. Windows color (decimal): -4549415 or 14259386. OLE color: 14259386.
HSL color Cylindrical-coordinate representation of color #BA94D9: hue angle of 273.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA94D9 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 148 | 217 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.15 |
| HSL | 273.04º | 0.48% | 0.72% | - |
| HSV(B) | 273.04º | 0.32% | 0.85% | - |
| XYZ | 43.36 | 36.63 | 70.43 | - |
| YUV | 167.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 217 | 0.14 | 0.32 | 0 | 0.15 | 273.04 | 0.48 | 0.72 |
| Hex | BA | 94 | D9 | E | 20 | 0 | F | 111 | 30 | 48 |
| Octal | 272 | 224 | 331 | 16 | 40 | 0 | 17 | 421 | 60 | 110 |
| Binary | 10111010 | 10010100 | 11011001 | 1110 | 100000 | 0 | 1111 | 100010001 | 110000 | 1001000 |
Color Harmonies of #BA94D9
Complementary color
Monochromatic Colors of #BA94D9
Black with #BA94D9
Text Example
Text Example
White with #BA94D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94D9; }
p { color: rgb(186,148,217); }
H1.HeaderClassName
{
color: #BA94D9;
}
.AnyTagClassName
{
color: #BA94D9;
}
</style>
background-color css
<style>
a { background-color: #BA94D9; }
a { background-color: rgb(186,148,217); }
div.DivClassName
{
background-color: #BA94D9;
}
.BgClassName
{
background-color: #BA94D9;
}
</style>
border-color css
<style>
span { border-color: #BA94D9; }
span { border-color: rgb(186,148,217); }
td.TdClassName
{
border-color: #BA94D9;
}
.TagClassName
{
border-color: #BA94D9;
}
</style>