Shades of Biloba Flower #BA88F9
Tints of Biloba Flower #BA88F9
RGB
CMYK
RGB Variations
Color information
#BA88F9 (or 0xBA88F9) is known color: Biloba Flower. HEX triplet: BA, 88 and F9. RGB value is (186,136,249). Sum of RGB (Red+Green+Blue) = 186+136+249=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA88F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88F9 is #457706. Grayscale: #A3A3A3. Windows color (decimal): -4552455 or 16353466. OLE color: 16353466.
HSL color Cylindrical-coordinate representation of color #BA88F9: hue angle of 266.55º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA88F9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 136 | 249 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.02 |
| HSL | 266.55º | 0.9% | 0.75% | - |
| HSV(B) | 266.55º | 0.45% | 0.98% | - |
| XYZ | 46.15 | 34.89 | 93.92 | - |
| YUV | 163.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 249 | 0.25 | 0.45 | 0 | 0.02 | 266.55 | 0.9 | 0.75 |
| Hex | BA | 88 | F9 | 19 | 2D | 0 | 2 | 10B | 5A | 4B |
| Octal | 272 | 210 | 371 | 31 | 55 | 0 | 2 | 413 | 132 | 113 |
| Binary | 10111010 | 10001000 | 11111001 | 11001 | 101101 | 0 | 10 | 100001011 | 1011010 | 1001011 |
Color Harmonies of #BA88F9
Complementary color
Monochromatic Colors of #BA88F9
Black with #BA88F9
Text Example
Text Example
White with #BA88F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88F9; }
p { color: rgb(186,136,249); }
H1.HeaderClassName
{
color: #BA88F9;
}
.AnyTagClassName
{
color: #BA88F9;
}
</style>
background-color css
<style>
a { background-color: #BA88F9; }
a { background-color: rgb(186,136,249); }
div.DivClassName
{
background-color: #BA88F9;
}
.BgClassName
{
background-color: #BA88F9;
}
</style>
border-color css
<style>
span { border-color: #BA88F9; }
span { border-color: rgb(186,136,249); }
td.TdClassName
{
border-color: #BA88F9;
}
.TagClassName
{
border-color: #BA88F9;
}
</style>