Shades of Biloba Flower #BA8CDE
Tints of Biloba Flower #BA8CDE
RGB
CMYK
RGB Variations
Color information
#BA8CDE (or 0xBA8CDE) is known color: Biloba Flower. HEX triplet: BA, 8C and DE. RGB value is (186,140,222). Sum of RGB (Red+Green+Blue) = 186+140+222=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDE is #457321. Grayscale: #A2A2A2. Windows color (decimal): -4551458 or 14585018. OLE color: 14585018.
HSL color Cylindrical-coordinate representation of color #BA8CDE: hue angle of 273.66º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8CDE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 140 | 222 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.13 |
| HSL | 273.66º | 0.55% | 0.71% | - |
| HSV(B) | 273.66º | 0.37% | 0.87% | - |
| XYZ | 42.81 | 34.47 | 73.5 | - |
| YUV | 163.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 222 | 0.16 | 0.37 | 0 | 0.13 | 273.66 | 0.55 | 0.71 |
| Hex | BA | 8C | DE | 10 | 25 | 0 | D | 112 | 37 | 47 |
| Octal | 272 | 214 | 336 | 20 | 45 | 0 | 15 | 422 | 67 | 107 |
| Binary | 10111010 | 10001100 | 11011110 | 10000 | 100101 | 0 | 1101 | 100010010 | 110111 | 1000111 |
Color Harmonies of #BA8CDE
Complementary color
Monochromatic Colors of #BA8CDE
Black with #BA8CDE
Text Example
Text Example
White with #BA8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CDE; }
p { color: rgb(186,140,222); }
H1.HeaderClassName
{
color: #BA8CDE;
}
.AnyTagClassName
{
color: #BA8CDE;
}
</style>
background-color css
<style>
a { background-color: #BA8CDE; }
a { background-color: rgb(186,140,222); }
div.DivClassName
{
background-color: #BA8CDE;
}
.BgClassName
{
background-color: #BA8CDE;
}
</style>
border-color css
<style>
span { border-color: #BA8CDE; }
span { border-color: rgb(186,140,222); }
td.TdClassName
{
border-color: #BA8CDE;
}
.TagClassName
{
border-color: #BA8CDE;
}
</style>