Shades of Biloba Flower #BA90E9
Tints of Biloba Flower #BA90E9
RGB
CMYK
RGB Variations
Color information
#BA90E9 (or 0xBA90E9) is known color: Biloba Flower. HEX triplet: BA, 90 and E9. RGB value is (186,144,233). Sum of RGB (Red+Green+Blue) = 186+144+233=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90E9 is #456F16. Grayscale: #A6A6A6. Windows color (decimal): -4550423 or 15306938. OLE color: 15306938.
HSL color Cylindrical-coordinate representation of color #BA90E9: hue angle of 268.31º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA90E9 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 144 | 233 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.09 |
| HSL | 268.31º | 0.67% | 0.74% | - |
| HSV(B) | 268.31º | 0.38% | 0.91% | - |
| XYZ | 44.93 | 36.27 | 81.72 | - |
| YUV | 166.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 233 | 0.20 | 0.38 | 0 | 0.09 | 268.31 | 0.67 | 0.74 |
| Hex | BA | 90 | E9 | 14 | 26 | 0 | 9 | 10C | 43 | 4A |
| Octal | 272 | 220 | 351 | 24 | 46 | 0 | 11 | 414 | 103 | 112 |
| Binary | 10111010 | 10010000 | 11101001 | 10100 | 100110 | 0 | 1001 | 100001100 | 1000011 | 1001010 |
Color Harmonies of #BA90E9
Complementary color
Monochromatic Colors of #BA90E9
Black with #BA90E9
Text Example
Text Example
White with #BA90E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90E9; }
p { color: rgb(186,144,233); }
H1.HeaderClassName
{
color: #BA90E9;
}
.AnyTagClassName
{
color: #BA90E9;
}
</style>
background-color css
<style>
a { background-color: #BA90E9; }
a { background-color: rgb(186,144,233); }
div.DivClassName
{
background-color: #BA90E9;
}
.BgClassName
{
background-color: #BA90E9;
}
</style>
border-color css
<style>
span { border-color: #BA90E9; }
span { border-color: rgb(186,144,233); }
td.TdClassName
{
border-color: #BA90E9;
}
.TagClassName
{
border-color: #BA90E9;
}
</style>