Shades of Biloba Flower #BA86E8
Tints of Biloba Flower #BA86E8
RGB
CMYK
RGB Variations
Color information
#BA86E8 (or 0xBA86E8) is known color: Biloba Flower. HEX triplet: BA, 86 and E8. RGB value is (186,134,232). Sum of RGB (Red+Green+Blue) = 186+134+232=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA86E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86E8 is #457917. Grayscale: #A0A0A0. Windows color (decimal): -4552984 or 15238842. OLE color: 15238842.
HSL color Cylindrical-coordinate representation of color #BA86E8: hue angle of 271.84º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA86E8 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 134 | 232 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.09 |
| HSL | 271.84º | 0.68% | 0.72% | - |
| HSV(B) | 271.84º | 0.42% | 0.91% | - |
| XYZ | 43.34 | 33.32 | 80.49 | - |
| YUV | 160.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 232 | 0.20 | 0.42 | 0 | 0.09 | 271.84 | 0.68 | 0.72 |
| Hex | BA | 86 | E8 | 14 | 2A | 0 | 9 | 110 | 44 | 48 |
| Octal | 272 | 206 | 350 | 24 | 52 | 0 | 11 | 420 | 104 | 110 |
| Binary | 10111010 | 10000110 | 11101000 | 10100 | 101010 | 0 | 1001 | 100010000 | 1000100 | 1001000 |
Color Harmonies of #BA86E8
Complementary color
Monochromatic Colors of #BA86E8
Black with #BA86E8
Text Example
Text Example
White with #BA86E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86E8; }
p { color: rgb(186,134,232); }
H1.HeaderClassName
{
color: #BA86E8;
}
.AnyTagClassName
{
color: #BA86E8;
}
</style>
background-color css
<style>
a { background-color: #BA86E8; }
a { background-color: rgb(186,134,232); }
div.DivClassName
{
background-color: #BA86E8;
}
.BgClassName
{
background-color: #BA86E8;
}
</style>
border-color css
<style>
span { border-color: #BA86E8; }
span { border-color: rgb(186,134,232); }
td.TdClassName
{
border-color: #BA86E8;
}
.TagClassName
{
border-color: #BA86E8;
}
</style>