Shades of Biloba Flower #BA96D7
Tints of Biloba Flower #BA96D7
RGB
CMYK
RGB Variations
Color information
#BA96D7 (or 0xBA96D7) is known color: Biloba Flower. HEX triplet: BA, 96 and D7. RGB value is (186,150,215). Sum of RGB (Red+Green+Blue) = 186+150+215=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D7 is #456928. Grayscale: #A7A7A7. Windows color (decimal): -4548905 or 14128826. OLE color: 14128826.
HSL color Cylindrical-coordinate representation of color #BA96D7: hue angle of 273.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA96D7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 150 | 215 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.16 |
| HSL | 273.23º | 0.45% | 0.72% | - |
| HSV(B) | 273.23º | 0.3% | 0.84% | - |
| XYZ | 43.42 | 37.16 | 69.17 | - |
| YUV | 168.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 215 | 0.13 | 0.30 | 0 | 0.16 | 273.23 | 0.45 | 0.72 |
| Hex | BA | 96 | D7 | D | 1E | 0 | 10 | 111 | 2D | 48 |
| Octal | 272 | 226 | 327 | 15 | 36 | 0 | 20 | 421 | 55 | 110 |
| Binary | 10111010 | 10010110 | 11010111 | 1101 | 11110 | 0 | 10000 | 100010001 | 101101 | 1001000 |
Color Harmonies of #BA96D7
Complementary color
Monochromatic Colors of #BA96D7
Black with #BA96D7
Text Example
Text Example
White with #BA96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96D7; }
p { color: rgb(186,150,215); }
H1.HeaderClassName
{
color: #BA96D7;
}
.AnyTagClassName
{
color: #BA96D7;
}
</style>
background-color css
<style>
a { background-color: #BA96D7; }
a { background-color: rgb(186,150,215); }
div.DivClassName
{
background-color: #BA96D7;
}
.BgClassName
{
background-color: #BA96D7;
}
</style>
border-color css
<style>
span { border-color: #BA96D7; }
span { border-color: rgb(186,150,215); }
td.TdClassName
{
border-color: #BA96D7;
}
.TagClassName
{
border-color: #BA96D7;
}
</style>