Shades of Biloba Flower #BA94E2
Tints of Biloba Flower #BA94E2
RGB
CMYK
RGB Variations
Color information
#BA94E2 (or 0xBA94E2) is known color: Biloba Flower. HEX triplet: BA, 94 and E2. RGB value is (186,148,226). Sum of RGB (Red+Green+Blue) = 186+148+226=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA94E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94E2 is #456B1D. Grayscale: #A7A7A7. Windows color (decimal): -4549406 or 14849210. OLE color: 14849210.
HSL color Cylindrical-coordinate representation of color #BA94E2: hue angle of 269.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA94E2 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 148 | 226 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.11 |
| HSL | 269.23º | 0.57% | 0.73% | - |
| HSV(B) | 269.23º | 0.35% | 0.89% | - |
| XYZ | 44.57 | 37.11 | 76.77 | - |
| YUV | 168.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 226 | 0.18 | 0.35 | 0 | 0.11 | 269.23 | 0.57 | 0.73 |
| Hex | BA | 94 | E2 | 12 | 23 | 0 | B | 10D | 39 | 49 |
| Octal | 272 | 224 | 342 | 22 | 43 | 0 | 13 | 415 | 71 | 111 |
| Binary | 10111010 | 10010100 | 11100010 | 10010 | 100011 | 0 | 1011 | 100001101 | 111001 | 1001001 |
Color Harmonies of #BA94E2
Complementary color
Monochromatic Colors of #BA94E2
Black with #BA94E2
Text Example
Text Example
White with #BA94E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94E2; }
p { color: rgb(186,148,226); }
H1.HeaderClassName
{
color: #BA94E2;
}
.AnyTagClassName
{
color: #BA94E2;
}
</style>
background-color css
<style>
a { background-color: #BA94E2; }
a { background-color: rgb(186,148,226); }
div.DivClassName
{
background-color: #BA94E2;
}
.BgClassName
{
background-color: #BA94E2;
}
</style>
border-color css
<style>
span { border-color: #BA94E2; }
span { border-color: rgb(186,148,226); }
td.TdClassName
{
border-color: #BA94E2;
}
.TagClassName
{
border-color: #BA94E2;
}
</style>