Shades of Biloba Flower #BA88EC
Tints of Biloba Flower #BA88EC
RGB
CMYK
RGB Variations
Color information
#BA88EC (or 0xBA88EC) is known color: Biloba Flower. HEX triplet: BA, 88 and EC. RGB value is (186,136,236). Sum of RGB (Red+Green+Blue) = 186+136+236=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88EC is #457713. Grayscale: #A2A2A2. Windows color (decimal): -4552468 or 15501498. OLE color: 15501498.
HSL color Cylindrical-coordinate representation of color #BA88EC: hue angle of 270º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA88EC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 136 | 236 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 270º | 0.72% | 0.73% | - |
| HSV(B) | 270º | 0.42% | 0.93% | - |
| XYZ | 44.19 | 34.1 | 83.61 | - |
| YUV | 162.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 236 | 0.21 | 0.42 | 0 | 0.07 | 270 | 0.72 | 0.73 |
| Hex | BA | 88 | EC | 15 | 2A | 0 | 7 | 10E | 48 | 49 |
| Octal | 272 | 210 | 354 | 25 | 52 | 0 | 7 | 416 | 110 | 111 |
| Binary | 10111010 | 10001000 | 11101100 | 10101 | 101010 | 0 | 111 | 100001110 | 1001000 | 1001001 |
Color Harmonies of #BA88EC
Complementary color
Monochromatic Colors of #BA88EC
Black with #BA88EC
Text Example
Text Example
White with #BA88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88EC; }
p { color: rgb(186,136,236); }
H1.HeaderClassName
{
color: #BA88EC;
}
.AnyTagClassName
{
color: #BA88EC;
}
</style>
background-color css
<style>
a { background-color: #BA88EC; }
a { background-color: rgb(186,136,236); }
div.DivClassName
{
background-color: #BA88EC;
}
.BgClassName
{
background-color: #BA88EC;
}
</style>
border-color css
<style>
span { border-color: #BA88EC; }
span { border-color: rgb(186,136,236); }
td.TdClassName
{
border-color: #BA88EC;
}
.TagClassName
{
border-color: #BA88EC;
}
</style>