Shades of Biloba Flower #BA8EED
Tints of Biloba Flower #BA8EED
RGB
CMYK
RGB Variations
Color information
#BA8EED (or 0xBA8EED) is known color: Biloba Flower. HEX triplet: BA, 8E and ED. RGB value is (186,142,237). Sum of RGB (Red+Green+Blue) = 186+142+237=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EED is #457112. Grayscale: #A5A5A5. Windows color (decimal): -4550931 or 15568570. OLE color: 15568570.
HSL color Cylindrical-coordinate representation of color #BA8EED: hue angle of 267.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8EED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 142 | 237 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.07 |
| HSL | 267.79º | 0.73% | 0.74% | - |
| HSV(B) | 267.79º | 0.4% | 0.93% | - |
| XYZ | 45.21 | 35.9 | 84.67 | - |
| YUV | 165.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 237 | 0.22 | 0.40 | 0 | 0.07 | 267.79 | 0.73 | 0.74 |
| Hex | BA | 8E | ED | 16 | 28 | 0 | 7 | 10C | 49 | 4A |
| Octal | 272 | 216 | 355 | 26 | 50 | 0 | 7 | 414 | 111 | 112 |
| Binary | 10111010 | 10001110 | 11101101 | 10110 | 101000 | 0 | 111 | 100001100 | 1001001 | 1001010 |
Color Harmonies of #BA8EED
Complementary color
Monochromatic Colors of #BA8EED
Black with #BA8EED
Text Example
Text Example
White with #BA8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EED; }
p { color: rgb(186,142,237); }
H1.HeaderClassName
{
color: #BA8EED;
}
.AnyTagClassName
{
color: #BA8EED;
}
</style>
background-color css
<style>
a { background-color: #BA8EED; }
a { background-color: rgb(186,142,237); }
div.DivClassName
{
background-color: #BA8EED;
}
.BgClassName
{
background-color: #BA8EED;
}
</style>
border-color css
<style>
span { border-color: #BA8EED; }
span { border-color: rgb(186,142,237); }
td.TdClassName
{
border-color: #BA8EED;
}
.TagClassName
{
border-color: #BA8EED;
}
</style>