Shades of Biloba Flower #BA86EA
Tints of Biloba Flower #BA86EA
RGB
CMYK
RGB Variations
Color information
#BA86EA (or 0xBA86EA) is known color: Biloba Flower. HEX triplet: BA, 86 and EA. RGB value is (186,134,234). Sum of RGB (Red+Green+Blue) = 186+134+234=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86EA is #457915. Grayscale: #A0A0A0. Windows color (decimal): -4552982 or 15369914. OLE color: 15369914.
HSL color Cylindrical-coordinate representation of color #BA86EA: hue angle of 271.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA86EA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 134 | 234 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.08 |
| HSL | 271.2º | 0.7% | 0.72% | - |
| HSV(B) | 271.2º | 0.43% | 0.92% | - |
| XYZ | 43.63 | 33.43 | 82 | - |
| YUV | 160.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 234 | 0.21 | 0.43 | 0 | 0.08 | 271.2 | 0.7 | 0.72 |
| Hex | BA | 86 | EA | 15 | 2B | 0 | 8 | 10F | 46 | 48 |
| Octal | 272 | 206 | 352 | 25 | 53 | 0 | 10 | 417 | 106 | 110 |
| Binary | 10111010 | 10000110 | 11101010 | 10101 | 101011 | 0 | 1000 | 100001111 | 1000110 | 1001000 |
Color Harmonies of #BA86EA
Complementary color
Monochromatic Colors of #BA86EA
Black with #BA86EA
Text Example
Text Example
White with #BA86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86EA; }
p { color: rgb(186,134,234); }
H1.HeaderClassName
{
color: #BA86EA;
}
.AnyTagClassName
{
color: #BA86EA;
}
</style>
background-color css
<style>
a { background-color: #BA86EA; }
a { background-color: rgb(186,134,234); }
div.DivClassName
{
background-color: #BA86EA;
}
.BgClassName
{
background-color: #BA86EA;
}
</style>
border-color css
<style>
span { border-color: #BA86EA; }
span { border-color: rgb(186,134,234); }
td.TdClassName
{
border-color: #BA86EA;
}
.TagClassName
{
border-color: #BA86EA;
}
</style>