Shades of Biloba Flower #BA8AF9
Tints of Biloba Flower #BA8AF9
RGB
CMYK
RGB Variations
Color information
#BA8AF9 (or 0xBA8AF9) is known color: Biloba Flower. HEX triplet: BA, 8A and F9. RGB value is (186,138,249). Sum of RGB (Red+Green+Blue) = 186+138+249=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA8AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AF9 is #457506. Grayscale: #A4A4A4. Windows color (decimal): -4551943 or 16353978. OLE color: 16353978.
HSL color Cylindrical-coordinate representation of color #BA8AF9: hue angle of 265.95º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8AF9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 138 | 249 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.02 |
| HSL | 265.95º | 0.9% | 0.76% | - |
| HSV(B) | 265.95º | 0.45% | 0.98% | - |
| XYZ | 46.44 | 35.46 | 94.02 | - |
| YUV | 165.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 249 | 0.25 | 0.45 | 0 | 0.02 | 265.95 | 0.9 | 0.76 |
| Hex | BA | 8A | F9 | 19 | 2D | 0 | 2 | 10A | 5A | 4C |
| Octal | 272 | 212 | 371 | 31 | 55 | 0 | 2 | 412 | 132 | 114 |
| Binary | 10111010 | 10001010 | 11111001 | 11001 | 101101 | 0 | 10 | 100001010 | 1011010 | 1001100 |
Color Harmonies of #BA8AF9
Complementary color
Monochromatic Colors of #BA8AF9
Black with #BA8AF9
Text Example
Text Example
White with #BA8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AF9; }
p { color: rgb(186,138,249); }
H1.HeaderClassName
{
color: #BA8AF9;
}
.AnyTagClassName
{
color: #BA8AF9;
}
</style>
background-color css
<style>
a { background-color: #BA8AF9; }
a { background-color: rgb(186,138,249); }
div.DivClassName
{
background-color: #BA8AF9;
}
.BgClassName
{
background-color: #BA8AF9;
}
</style>
border-color css
<style>
span { border-color: #BA8AF9; }
span { border-color: rgb(186,138,249); }
td.TdClassName
{
border-color: #BA8AF9;
}
.TagClassName
{
border-color: #BA8AF9;
}
</style>