Shades of Biloba Flower #BA8EE8
Tints of Biloba Flower #BA8EE8
RGB
CMYK
RGB Variations
Color information
#BA8EE8 (or 0xBA8EE8) is known color: Biloba Flower. HEX triplet: BA, 8E and E8. RGB value is (186,142,232). Sum of RGB (Red+Green+Blue) = 186+142+232=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA8EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EE8 is #457117. Grayscale: #A5A5A5. Windows color (decimal): -4550936 or 15240890. OLE color: 15240890.
HSL color Cylindrical-coordinate representation of color #BA8EE8: hue angle of 269.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8EE8 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 142 | 232 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.09 |
| HSL | 269.33º | 0.66% | 0.73% | - |
| HSV(B) | 269.33º | 0.39% | 0.91% | - |
| XYZ | 44.49 | 35.61 | 80.87 | - |
| YUV | 165.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 232 | 0.20 | 0.39 | 0 | 0.09 | 269.33 | 0.66 | 0.73 |
| Hex | BA | 8E | E8 | 14 | 27 | 0 | 9 | 10D | 42 | 49 |
| Octal | 272 | 216 | 350 | 24 | 47 | 0 | 11 | 415 | 102 | 111 |
| Binary | 10111010 | 10001110 | 11101000 | 10100 | 100111 | 0 | 1001 | 100001101 | 1000010 | 1001001 |
Color Harmonies of #BA8EE8
Complementary color
Monochromatic Colors of #BA8EE8
Black with #BA8EE8
Text Example
Text Example
White with #BA8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EE8; }
p { color: rgb(186,142,232); }
H1.HeaderClassName
{
color: #BA8EE8;
}
.AnyTagClassName
{
color: #BA8EE8;
}
</style>
background-color css
<style>
a { background-color: #BA8EE8; }
a { background-color: rgb(186,142,232); }
div.DivClassName
{
background-color: #BA8EE8;
}
.BgClassName
{
background-color: #BA8EE8;
}
</style>
border-color css
<style>
span { border-color: #BA8EE8; }
span { border-color: rgb(186,142,232); }
td.TdClassName
{
border-color: #BA8EE8;
}
.TagClassName
{
border-color: #BA8EE8;
}
</style>