Shades of Biloba Flower #BA96DF
Tints of Biloba Flower #BA96DF
RGB
CMYK
RGB Variations
Color information
#BA96DF (or 0xBA96DF) is known color: Biloba Flower. HEX triplet: BA, 96 and DF. RGB value is (186,150,223). Sum of RGB (Red+Green+Blue) = 186+150+223=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DF is #456920. Grayscale: #A8A8A8. Windows color (decimal): -4548897 or 14653114. OLE color: 14653114.
HSL color Cylindrical-coordinate representation of color #BA96DF: hue angle of 269.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA96DF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 150 | 223 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.13 |
| HSL | 269.59º | 0.53% | 0.73% | - |
| HSV(B) | 269.59º | 0.33% | 0.87% | - |
| XYZ | 44.48 | 37.58 | 74.72 | - |
| YUV | 169.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 223 | 0.17 | 0.33 | 0 | 0.13 | 269.59 | 0.53 | 0.73 |
| Hex | BA | 96 | DF | 11 | 21 | 0 | D | 10E | 35 | 49 |
| Octal | 272 | 226 | 337 | 21 | 41 | 0 | 15 | 416 | 65 | 111 |
| Binary | 10111010 | 10010110 | 11011111 | 10001 | 100001 | 0 | 1101 | 100001110 | 110101 | 1001001 |
Color Harmonies of #BA96DF
Complementary color
Monochromatic Colors of #BA96DF
Black with #BA96DF
Text Example
Text Example
White with #BA96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96DF; }
p { color: rgb(186,150,223); }
H1.HeaderClassName
{
color: #BA96DF;
}
.AnyTagClassName
{
color: #BA96DF;
}
</style>
background-color css
<style>
a { background-color: #BA96DF; }
a { background-color: rgb(186,150,223); }
div.DivClassName
{
background-color: #BA96DF;
}
.BgClassName
{
background-color: #BA96DF;
}
</style>
border-color css
<style>
span { border-color: #BA96DF; }
span { border-color: rgb(186,150,223); }
td.TdClassName
{
border-color: #BA96DF;
}
.TagClassName
{
border-color: #BA96DF;
}
</style>