Shades of Biloba Flower #BA8EEB
Tints of Biloba Flower #BA8EEB
RGB
CMYK
RGB Variations
Color information
#BA8EEB (or 0xBA8EEB) is known color: Biloba Flower. HEX triplet: BA, 8E and EB. RGB value is (186,142,235). Sum of RGB (Red+Green+Blue) = 186+142+235=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EEB is #457114. Grayscale: #A5A5A5. Windows color (decimal): -4550933 or 15437498. OLE color: 15437498.
HSL color Cylindrical-coordinate representation of color #BA8EEB: hue angle of 268.39º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8EEB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 142 | 235 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.08 |
| HSL | 268.39º | 0.7% | 0.74% | - |
| HSV(B) | 268.39º | 0.4% | 0.92% | - |
| XYZ | 44.92 | 35.78 | 83.14 | - |
| YUV | 165.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 235 | 0.21 | 0.40 | 0 | 0.08 | 268.39 | 0.7 | 0.74 |
| Hex | BA | 8E | EB | 15 | 28 | 0 | 8 | 10C | 46 | 4A |
| Octal | 272 | 216 | 353 | 25 | 50 | 0 | 10 | 414 | 106 | 112 |
| Binary | 10111010 | 10001110 | 11101011 | 10101 | 101000 | 0 | 1000 | 100001100 | 1000110 | 1001010 |
Color Harmonies of #BA8EEB
Complementary color
Monochromatic Colors of #BA8EEB
Black with #BA8EEB
Text Example
Text Example
White with #BA8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EEB; }
p { color: rgb(186,142,235); }
H1.HeaderClassName
{
color: #BA8EEB;
}
.AnyTagClassName
{
color: #BA8EEB;
}
</style>
background-color css
<style>
a { background-color: #BA8EEB; }
a { background-color: rgb(186,142,235); }
div.DivClassName
{
background-color: #BA8EEB;
}
.BgClassName
{
background-color: #BA8EEB;
}
</style>
border-color css
<style>
span { border-color: #BA8EEB; }
span { border-color: rgb(186,142,235); }
td.TdClassName
{
border-color: #BA8EEB;
}
.TagClassName
{
border-color: #BA8EEB;
}
</style>