Shades of Biloba Flower #BA86ED
Tints of Biloba Flower #BA86ED
RGB
CMYK
RGB Variations
Color information
#BA86ED (or 0xBA86ED) is known color: Biloba Flower. HEX triplet: BA, 86 and ED. RGB value is (186,134,237). Sum of RGB (Red+Green+Blue) = 186+134+237=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86ED is #457912. Grayscale: #A0A0A0. Windows color (decimal): -4552979 or 15566522. OLE color: 15566522.
HSL color Cylindrical-coordinate representation of color #BA86ED: hue angle of 270.29º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA86ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 134 | 237 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.07 |
| HSL | 270.29º | 0.74% | 0.73% | - |
| HSV(B) | 270.29º | 0.43% | 0.93% | - |
| XYZ | 44.06 | 33.6 | 84.28 | - |
| YUV | 161.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 237 | 0.22 | 0.43 | 0 | 0.07 | 270.29 | 0.74 | 0.73 |
| Hex | BA | 86 | ED | 16 | 2B | 0 | 7 | 10E | 4A | 49 |
| Octal | 272 | 206 | 355 | 26 | 53 | 0 | 7 | 416 | 112 | 111 |
| Binary | 10111010 | 10000110 | 11101101 | 10110 | 101011 | 0 | 111 | 100001110 | 1001010 | 1001001 |
Color Harmonies of #BA86ED
Complementary color
Monochromatic Colors of #BA86ED
Black with #BA86ED
Text Example
Text Example
White with #BA86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86ED; }
p { color: rgb(186,134,237); }
H1.HeaderClassName
{
color: #BA86ED;
}
.AnyTagClassName
{
color: #BA86ED;
}
</style>
background-color css
<style>
a { background-color: #BA86ED; }
a { background-color: rgb(186,134,237); }
div.DivClassName
{
background-color: #BA86ED;
}
.BgClassName
{
background-color: #BA86ED;
}
</style>
border-color css
<style>
span { border-color: #BA86ED; }
span { border-color: rgb(186,134,237); }
td.TdClassName
{
border-color: #BA86ED;
}
.TagClassName
{
border-color: #BA86ED;
}
</style>