Shades of Biloba Flower #BA90DA
Tints of Biloba Flower #BA90DA
RGB
CMYK
RGB Variations
Color information
#BA90DA (or 0xBA90DA) is known color: Biloba Flower. HEX triplet: BA, 90 and DA. RGB value is (186,144,218). Sum of RGB (Red+Green+Blue) = 186+144+218=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90DA is #456F25. Grayscale: #A4A4A4. Windows color (decimal): -4550438 or 14323898. OLE color: 14323898.
HSL color Cylindrical-coordinate representation of color #BA90DA: hue angle of 274.05º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA90DA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 144 | 218 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.15 |
| HSL | 274.05º | 0.5% | 0.71% | - |
| HSV(B) | 274.05º | 0.34% | 0.85% | - |
| XYZ | 42.88 | 35.45 | 70.91 | - |
| YUV | 164.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 218 | 0.15 | 0.34 | 0 | 0.15 | 274.05 | 0.5 | 0.71 |
| Hex | BA | 90 | DA | F | 22 | 0 | F | 112 | 32 | 47 |
| Octal | 272 | 220 | 332 | 17 | 42 | 0 | 17 | 422 | 62 | 107 |
| Binary | 10111010 | 10010000 | 11011010 | 1111 | 100010 | 0 | 1111 | 100010010 | 110010 | 1000111 |
Color Harmonies of #BA90DA
Complementary color
Monochromatic Colors of #BA90DA
Black with #BA90DA
Text Example
Text Example
White with #BA90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90DA; }
p { color: rgb(186,144,218); }
H1.HeaderClassName
{
color: #BA90DA;
}
.AnyTagClassName
{
color: #BA90DA;
}
</style>
background-color css
<style>
a { background-color: #BA90DA; }
a { background-color: rgb(186,144,218); }
div.DivClassName
{
background-color: #BA90DA;
}
.BgClassName
{
background-color: #BA90DA;
}
</style>
border-color css
<style>
span { border-color: #BA90DA; }
span { border-color: rgb(186,144,218); }
td.TdClassName
{
border-color: #BA90DA;
}
.TagClassName
{
border-color: #BA90DA;
}
</style>