Shades of Biloba Flower #BA94E0
Tints of Biloba Flower #BA94E0
RGB
CMYK
RGB Variations
Color information
#BA94E0 (or 0xBA94E0) is known color: Biloba Flower. HEX triplet: BA, 94 and E0. RGB value is (186,148,224). Sum of RGB (Red+Green+Blue) = 186+148+224=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94E0 is #456B1F. Grayscale: #A7A7A7. Windows color (decimal): -4549408 or 14718138. OLE color: 14718138.
HSL color Cylindrical-coordinate representation of color #BA94E0: hue angle of 270º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA94E0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 148 | 224 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.12 |
| HSL | 270º | 0.55% | 0.73% | - |
| HSV(B) | 270º | 0.34% | 0.88% | - |
| XYZ | 44.29 | 37 | 75.33 | - |
| YUV | 168.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 224 | 0.17 | 0.34 | 0 | 0.12 | 270 | 0.55 | 0.73 |
| Hex | BA | 94 | E0 | 11 | 22 | 0 | C | 10E | 37 | 49 |
| Octal | 272 | 224 | 340 | 21 | 42 | 0 | 14 | 416 | 67 | 111 |
| Binary | 10111010 | 10010100 | 11100000 | 10001 | 100010 | 0 | 1100 | 100001110 | 110111 | 1001001 |
Color Harmonies of #BA94E0
Complementary color
Monochromatic Colors of #BA94E0
Black with #BA94E0
Text Example
Text Example
White with #BA94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94E0; }
p { color: rgb(186,148,224); }
H1.HeaderClassName
{
color: #BA94E0;
}
.AnyTagClassName
{
color: #BA94E0;
}
</style>
background-color css
<style>
a { background-color: #BA94E0; }
a { background-color: rgb(186,148,224); }
div.DivClassName
{
background-color: #BA94E0;
}
.BgClassName
{
background-color: #BA94E0;
}
</style>
border-color css
<style>
span { border-color: #BA94E0; }
span { border-color: rgb(186,148,224); }
td.TdClassName
{
border-color: #BA94E0;
}
.TagClassName
{
border-color: #BA94E0;
}
</style>