Shades of Biloba Flower #BA8AF6
Tints of Biloba Flower #BA8AF6
RGB
CMYK
RGB Variations
Color information
#BA8AF6 (or 0xBA8AF6) is known color: Biloba Flower. HEX triplet: BA, 8A and F6. RGB value is (186,138,246). Sum of RGB (Red+Green+Blue) = 186+138+246=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA8AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AF6 is #457509. Grayscale: #A4A4A4. Windows color (decimal): -4551946 or 16157370. OLE color: 16157370.
HSL color Cylindrical-coordinate representation of color #BA8AF6: hue angle of 266.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8AF6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 138 | 246 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.04 |
| HSL | 266.67º | 0.86% | 0.75% | - |
| HSV(B) | 266.67º | 0.44% | 0.96% | - |
| XYZ | 45.97 | 35.27 | 91.57 | - |
| YUV | 164.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 246 | 0.24 | 0.44 | 0 | 0.04 | 266.67 | 0.86 | 0.75 |
| Hex | BA | 8A | F6 | 18 | 2C | 0 | 4 | 10B | 56 | 4B |
| Octal | 272 | 212 | 366 | 30 | 54 | 0 | 4 | 413 | 126 | 113 |
| Binary | 10111010 | 10001010 | 11110110 | 11000 | 101100 | 0 | 100 | 100001011 | 1010110 | 1001011 |
Color Harmonies of #BA8AF6
Complementary color
Monochromatic Colors of #BA8AF6
Black with #BA8AF6
Text Example
Text Example
White with #BA8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AF6; }
p { color: rgb(186,138,246); }
H1.HeaderClassName
{
color: #BA8AF6;
}
.AnyTagClassName
{
color: #BA8AF6;
}
</style>
background-color css
<style>
a { background-color: #BA8AF6; }
a { background-color: rgb(186,138,246); }
div.DivClassName
{
background-color: #BA8AF6;
}
.BgClassName
{
background-color: #BA8AF6;
}
</style>
border-color css
<style>
span { border-color: #BA8AF6; }
span { border-color: rgb(186,138,246); }
td.TdClassName
{
border-color: #BA8AF6;
}
.TagClassName
{
border-color: #BA8AF6;
}
</style>