Shades of Biloba Flower #BA8FEF
Tints of Biloba Flower #BA8FEF
RGB
CMYK
RGB Variations
Color information
#BA8FEF (or 0xBA8FEF) is known color: Biloba Flower. HEX triplet: BA, 8F and EF. RGB value is (186,143,239). Sum of RGB (Red+Green+Blue) = 186+143+239=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FEF is #457010. Grayscale: #A6A6A6. Windows color (decimal): -4550673 or 15699898. OLE color: 15699898.
HSL color Cylindrical-coordinate representation of color #BA8FEF: hue angle of 266.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8FEF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 143 | 239 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.06 |
| HSL | 266.88º | 0.75% | 0.75% | - |
| HSV(B) | 266.88º | 0.4% | 0.94% | - |
| XYZ | 45.65 | 36.32 | 86.26 | - |
| YUV | 166.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 239 | 0.22 | 0.40 | 0 | 0.06 | 266.88 | 0.75 | 0.75 |
| Hex | BA | 8F | EF | 16 | 28 | 0 | 6 | 10B | 4B | 4B |
| Octal | 272 | 217 | 357 | 26 | 50 | 0 | 6 | 413 | 113 | 113 |
| Binary | 10111010 | 10001111 | 11101111 | 10110 | 101000 | 0 | 110 | 100001011 | 1001011 | 1001011 |
Color Harmonies of #BA8FEF
Complementary color
Monochromatic Colors of #BA8FEF
Black with #BA8FEF
Text Example
Text Example
White with #BA8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FEF; }
p { color: rgb(186,143,239); }
H1.HeaderClassName
{
color: #BA8FEF;
}
.AnyTagClassName
{
color: #BA8FEF;
}
</style>
background-color css
<style>
a { background-color: #BA8FEF; }
a { background-color: rgb(186,143,239); }
div.DivClassName
{
background-color: #BA8FEF;
}
.BgClassName
{
background-color: #BA8FEF;
}
</style>
border-color css
<style>
span { border-color: #BA8FEF; }
span { border-color: rgb(186,143,239); }
td.TdClassName
{
border-color: #BA8FEF;
}
.TagClassName
{
border-color: #BA8FEF;
}
</style>