Shades of Biloba Flower #BA8CEF
Tints of Biloba Flower #BA8CEF
RGB
CMYK
RGB Variations
Color information
#BA8CEF (or 0xBA8CEF) is known color: Biloba Flower. HEX triplet: BA, 8C and EF. RGB value is (186,140,239). Sum of RGB (Red+Green+Blue) = 186+140+239=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CEF is #457310. Grayscale: #A4A4A4. Windows color (decimal): -4551441 or 15699130. OLE color: 15699130.
HSL color Cylindrical-coordinate representation of color #BA8CEF: hue angle of 267.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8CEF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 140 | 239 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.06 |
| HSL | 267.88º | 0.76% | 0.74% | - |
| HSV(B) | 267.88º | 0.41% | 0.94% | - |
| XYZ | 45.21 | 35.43 | 86.12 | - |
| YUV | 165.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 239 | 0.22 | 0.41 | 0 | 0.06 | 267.88 | 0.76 | 0.74 |
| Hex | BA | 8C | EF | 16 | 29 | 0 | 6 | 10C | 4C | 4A |
| Octal | 272 | 214 | 357 | 26 | 51 | 0 | 6 | 414 | 114 | 112 |
| Binary | 10111010 | 10001100 | 11101111 | 10110 | 101001 | 0 | 110 | 100001100 | 1001100 | 1001010 |
Color Harmonies of #BA8CEF
Complementary color
Monochromatic Colors of #BA8CEF
Black with #BA8CEF
Text Example
Text Example
White with #BA8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CEF; }
p { color: rgb(186,140,239); }
H1.HeaderClassName
{
color: #BA8CEF;
}
.AnyTagClassName
{
color: #BA8CEF;
}
</style>
background-color css
<style>
a { background-color: #BA8CEF; }
a { background-color: rgb(186,140,239); }
div.DivClassName
{
background-color: #BA8CEF;
}
.BgClassName
{
background-color: #BA8CEF;
}
</style>
border-color css
<style>
span { border-color: #BA8CEF; }
span { border-color: rgb(186,140,239); }
td.TdClassName
{
border-color: #BA8CEF;
}
.TagClassName
{
border-color: #BA8CEF;
}
</style>