Shades of Biloba Flower #BA8EEA
Tints of Biloba Flower #BA8EEA
RGB
CMYK
RGB Variations
Color information
#BA8EEA (or 0xBA8EEA) is known color: Biloba Flower. HEX triplet: BA, 8E and EA. RGB value is (186,142,234). Sum of RGB (Red+Green+Blue) = 186+142+234=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EEA is #457115. Grayscale: #A5A5A5. Windows color (decimal): -4550934 or 15371962. OLE color: 15371962.
HSL color Cylindrical-coordinate representation of color #BA8EEA: hue angle of 268.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8EEA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 142 | 234 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.08 |
| HSL | 268.7º | 0.69% | 0.74% | - |
| HSV(B) | 268.7º | 0.39% | 0.92% | - |
| XYZ | 44.77 | 35.73 | 82.38 | - |
| YUV | 165.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 234 | 0.21 | 0.39 | 0 | 0.08 | 268.7 | 0.69 | 0.74 |
| Hex | BA | 8E | EA | 15 | 27 | 0 | 8 | 10D | 45 | 4A |
| Octal | 272 | 216 | 352 | 25 | 47 | 0 | 10 | 415 | 105 | 112 |
| Binary | 10111010 | 10001110 | 11101010 | 10101 | 100111 | 0 | 1000 | 100001101 | 1000101 | 1001010 |
Color Harmonies of #BA8EEA
Complementary color
Monochromatic Colors of #BA8EEA
Black with #BA8EEA
Text Example
Text Example
White with #BA8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EEA; }
p { color: rgb(186,142,234); }
H1.HeaderClassName
{
color: #BA8EEA;
}
.AnyTagClassName
{
color: #BA8EEA;
}
</style>
background-color css
<style>
a { background-color: #BA8EEA; }
a { background-color: rgb(186,142,234); }
div.DivClassName
{
background-color: #BA8EEA;
}
.BgClassName
{
background-color: #BA8EEA;
}
</style>
border-color css
<style>
span { border-color: #BA8EEA; }
span { border-color: rgb(186,142,234); }
td.TdClassName
{
border-color: #BA8EEA;
}
.TagClassName
{
border-color: #BA8EEA;
}
</style>