Shades of Biloba Flower #BA89E6
Tints of Biloba Flower #BA89E6
RGB
CMYK
RGB Variations
Color information
#BA89E6 (or 0xBA89E6) is known color: Biloba Flower. HEX triplet: BA, 89 and E6. RGB value is (186,137,230). Sum of RGB (Red+Green+Blue) = 186+137+230=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA89E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89E6 is #457619. Grayscale: #A1A1A1. Windows color (decimal): -4552218 or 15108538. OLE color: 15108538.
HSL color Cylindrical-coordinate representation of color #BA89E6: hue angle of 271.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA89E6 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 137 | 230 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.10 |
| HSL | 271.61º | 0.65% | 0.72% | - |
| HSV(B) | 271.61º | 0.4% | 0.9% | - |
| XYZ | 43.48 | 34.04 | 79.14 | - |
| YUV | 162.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 230 | 0.19 | 0.40 | 0 | 0.10 | 271.61 | 0.65 | 0.72 |
| Hex | BA | 89 | E6 | 13 | 28 | 0 | A | 110 | 41 | 48 |
| Octal | 272 | 211 | 346 | 23 | 50 | 0 | 12 | 420 | 101 | 110 |
| Binary | 10111010 | 10001001 | 11100110 | 10011 | 101000 | 0 | 1010 | 100010000 | 1000001 | 1001000 |
Color Harmonies of #BA89E6
Complementary color
Monochromatic Colors of #BA89E6
Black with #BA89E6
Text Example
Text Example
White with #BA89E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89E6; }
p { color: rgb(186,137,230); }
H1.HeaderClassName
{
color: #BA89E6;
}
.AnyTagClassName
{
color: #BA89E6;
}
</style>
background-color css
<style>
a { background-color: #BA89E6; }
a { background-color: rgb(186,137,230); }
div.DivClassName
{
background-color: #BA89E6;
}
.BgClassName
{
background-color: #BA89E6;
}
</style>
border-color css
<style>
span { border-color: #BA89E6; }
span { border-color: rgb(186,137,230); }
td.TdClassName
{
border-color: #BA89E6;
}
.TagClassName
{
border-color: #BA89E6;
}
</style>