Shades of Biloba Flower #BA89EE
Tints of Biloba Flower #BA89EE
RGB
CMYK
RGB Variations
Color information
#BA89EE (or 0xBA89EE) is known color: Biloba Flower. HEX triplet: BA, 89 and EE. RGB value is (186,137,238). Sum of RGB (Red+Green+Blue) = 186+137+238=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89EE is #457611. Grayscale: #A2A2A2. Windows color (decimal): -4552210 or 15632826. OLE color: 15632826.
HSL color Cylindrical-coordinate representation of color #BA89EE: hue angle of 269.11º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA89EE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 137 | 238 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.07 |
| HSL | 269.11º | 0.75% | 0.74% | - |
| HSV(B) | 269.11º | 0.42% | 0.93% | - |
| XYZ | 44.63 | 34.5 | 85.2 | - |
| YUV | 163.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 238 | 0.22 | 0.42 | 0 | 0.07 | 269.11 | 0.75 | 0.74 |
| Hex | BA | 89 | EE | 16 | 2A | 0 | 7 | 10D | 4B | 4A |
| Octal | 272 | 211 | 356 | 26 | 52 | 0 | 7 | 415 | 113 | 112 |
| Binary | 10111010 | 10001001 | 11101110 | 10110 | 101010 | 0 | 111 | 100001101 | 1001011 | 1001010 |
Color Harmonies of #BA89EE
Complementary color
Monochromatic Colors of #BA89EE
Black with #BA89EE
Text Example
Text Example
White with #BA89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89EE; }
p { color: rgb(186,137,238); }
H1.HeaderClassName
{
color: #BA89EE;
}
.AnyTagClassName
{
color: #BA89EE;
}
</style>
background-color css
<style>
a { background-color: #BA89EE; }
a { background-color: rgb(186,137,238); }
div.DivClassName
{
background-color: #BA89EE;
}
.BgClassName
{
background-color: #BA89EE;
}
</style>
border-color css
<style>
span { border-color: #BA89EE; }
span { border-color: rgb(186,137,238); }
td.TdClassName
{
border-color: #BA89EE;
}
.TagClassName
{
border-color: #BA89EE;
}
</style>