Shades of Biloba Flower #BA95E0
Tints of Biloba Flower #BA95E0
RGB
CMYK
RGB Variations
Color information
#BA95E0 (or 0xBA95E0) is known color: Biloba Flower. HEX triplet: BA, 95 and E0. RGB value is (186,149,224). Sum of RGB (Red+Green+Blue) = 186+149+224=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E0 is #456A1F. Grayscale: #A8A8A8. Windows color (decimal): -4549152 or 14718394. OLE color: 14718394.
HSL color Cylindrical-coordinate representation of color #BA95E0: hue angle of 269.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA95E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 149 | 224 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 269.6º | 0.55% | 0.73% | - |
| HSV(B) | 269.6º | 0.33% | 0.88% | - |
| XYZ | 44.45 | 37.32 | 75.38 | - |
| YUV | 168.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 224 | 0.17 | 0.33 | 0 | 0.12 | 269.6 | 0.55 | 0.73 |
| Hex | BA | 95 | E0 | 11 | 21 | 0 | C | 10E | 37 | 49 |
| Octal | 272 | 225 | 340 | 21 | 41 | 0 | 14 | 416 | 67 | 111 |
| Binary | 10111010 | 10010101 | 11100000 | 10001 | 100001 | 0 | 1100 | 100001110 | 110111 | 1001001 |
Color Harmonies of #BA95E0
Complementary color
Monochromatic Colors of #BA95E0
Black with #BA95E0
Text Example
Text Example
White with #BA95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E0; }
p { color: rgb(186,149,224); }
H1.HeaderClassName
{
color: #BA95E0;
}
.AnyTagClassName
{
color: #BA95E0;
}
</style>
background-color css
<style>
a { background-color: #BA95E0; }
a { background-color: rgb(186,149,224); }
div.DivClassName
{
background-color: #BA95E0;
}
.BgClassName
{
background-color: #BA95E0;
}
</style>
border-color css
<style>
span { border-color: #BA95E0; }
span { border-color: rgb(186,149,224); }
td.TdClassName
{
border-color: #BA95E0;
}
.TagClassName
{
border-color: #BA95E0;
}
</style>