Shades of Biloba Flower #BA96DA
Tints of Biloba Flower #BA96DA
RGB
CMYK
RGB Variations
Color information
#BA96DA (or 0xBA96DA) is known color: Biloba Flower. HEX triplet: BA, 96 and DA. RGB value is (186,150,218). Sum of RGB (Red+Green+Blue) = 186+150+218=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DA is #456925. Grayscale: #A8A8A8. Windows color (decimal): -4548902 or 14325434. OLE color: 14325434.
HSL color Cylindrical-coordinate representation of color #BA96DA: hue angle of 271.76º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA96DA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 150 | 218 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.15 |
| HSL | 271.76º | 0.48% | 0.72% | - |
| HSV(B) | 271.76º | 0.31% | 0.85% | - |
| XYZ | 43.81 | 37.31 | 71.22 | - |
| YUV | 168.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 218 | 0.15 | 0.31 | 0 | 0.15 | 271.76 | 0.48 | 0.72 |
| Hex | BA | 96 | DA | F | 1F | 0 | F | 110 | 30 | 48 |
| Octal | 272 | 226 | 332 | 17 | 37 | 0 | 17 | 420 | 60 | 110 |
| Binary | 10111010 | 10010110 | 11011010 | 1111 | 11111 | 0 | 1111 | 100010000 | 110000 | 1001000 |
Color Harmonies of #BA96DA
Complementary color
Monochromatic Colors of #BA96DA
Black with #BA96DA
Text Example
Text Example
White with #BA96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96DA; }
p { color: rgb(186,150,218); }
H1.HeaderClassName
{
color: #BA96DA;
}
.AnyTagClassName
{
color: #BA96DA;
}
</style>
background-color css
<style>
a { background-color: #BA96DA; }
a { background-color: rgb(186,150,218); }
div.DivClassName
{
background-color: #BA96DA;
}
.BgClassName
{
background-color: #BA96DA;
}
</style>
border-color css
<style>
span { border-color: #BA96DA; }
span { border-color: rgb(186,150,218); }
td.TdClassName
{
border-color: #BA96DA;
}
.TagClassName
{
border-color: #BA96DA;
}
</style>