Shades of Biloba Flower #BA8DEF
Tints of Biloba Flower #BA8DEF
RGB
CMYK
RGB Variations
Color information
#BA8DEF (or 0xBA8DEF) is known color: Biloba Flower. HEX triplet: BA, 8D and EF. RGB value is (186,141,239). Sum of RGB (Red+Green+Blue) = 186+141+239=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA8DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DEF is #457210. Grayscale: #A5A5A5. Windows color (decimal): -4551185 or 15699386. OLE color: 15699386.
HSL color Cylindrical-coordinate representation of color #BA8DEF: hue angle of 267.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8DEF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 141 | 239 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.06 |
| HSL | 267.55º | 0.75% | 0.75% | - |
| HSV(B) | 267.55º | 0.41% | 0.94% | - |
| XYZ | 45.35 | 35.72 | 86.17 | - |
| YUV | 165.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 239 | 0.22 | 0.41 | 0 | 0.06 | 267.55 | 0.75 | 0.75 |
| Hex | BA | 8D | EF | 16 | 29 | 0 | 6 | 10C | 4B | 4B |
| Octal | 272 | 215 | 357 | 26 | 51 | 0 | 6 | 414 | 113 | 113 |
| Binary | 10111010 | 10001101 | 11101111 | 10110 | 101001 | 0 | 110 | 100001100 | 1001011 | 1001011 |
Color Harmonies of #BA8DEF
Complementary color
Monochromatic Colors of #BA8DEF
Black with #BA8DEF
Text Example
Text Example
White with #BA8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DEF; }
p { color: rgb(186,141,239); }
H1.HeaderClassName
{
color: #BA8DEF;
}
.AnyTagClassName
{
color: #BA8DEF;
}
</style>
background-color css
<style>
a { background-color: #BA8DEF; }
a { background-color: rgb(186,141,239); }
div.DivClassName
{
background-color: #BA8DEF;
}
.BgClassName
{
background-color: #BA8DEF;
}
</style>
border-color css
<style>
span { border-color: #BA8DEF; }
span { border-color: rgb(186,141,239); }
td.TdClassName
{
border-color: #BA8DEF;
}
.TagClassName
{
border-color: #BA8DEF;
}
</style>