Shades of Biloba Flower #BA90EA
Tints of Biloba Flower #BA90EA
RGB
CMYK
RGB Variations
Color information
#BA90EA (or 0xBA90EA) is known color: Biloba Flower. HEX triplet: BA, 90 and EA. RGB value is (186,144,234). Sum of RGB (Red+Green+Blue) = 186+144+234=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90EA is #456F15. Grayscale: #A6A6A6. Windows color (decimal): -4550422 or 15372474. OLE color: 15372474.
HSL color Cylindrical-coordinate representation of color #BA90EA: hue angle of 268º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA90EA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 144 | 234 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.08 |
| HSL | 268º | 0.68% | 0.74% | - |
| HSV(B) | 268º | 0.38% | 0.92% | - |
| XYZ | 45.07 | 36.33 | 82.48 | - |
| YUV | 166.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 234 | 0.21 | 0.38 | 0 | 0.08 | 268 | 0.68 | 0.74 |
| Hex | BA | 90 | EA | 15 | 26 | 0 | 8 | 10C | 44 | 4A |
| Octal | 272 | 220 | 352 | 25 | 46 | 0 | 10 | 414 | 104 | 112 |
| Binary | 10111010 | 10010000 | 11101010 | 10101 | 100110 | 0 | 1000 | 100001100 | 1000100 | 1001010 |
Color Harmonies of #BA90EA
Complementary color
Monochromatic Colors of #BA90EA
Black with #BA90EA
Text Example
Text Example
White with #BA90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90EA; }
p { color: rgb(186,144,234); }
H1.HeaderClassName
{
color: #BA90EA;
}
.AnyTagClassName
{
color: #BA90EA;
}
</style>
background-color css
<style>
a { background-color: #BA90EA; }
a { background-color: rgb(186,144,234); }
div.DivClassName
{
background-color: #BA90EA;
}
.BgClassName
{
background-color: #BA90EA;
}
</style>
border-color css
<style>
span { border-color: #BA90EA; }
span { border-color: rgb(186,144,234); }
td.TdClassName
{
border-color: #BA90EA;
}
.TagClassName
{
border-color: #BA90EA;
}
</style>