Shades of Biloba Flower #BA96D9
Tints of Biloba Flower #BA96D9
RGB
CMYK
RGB Variations
Color information
#BA96D9 (or 0xBA96D9) is known color: Biloba Flower. HEX triplet: BA, 96 and D9. RGB value is (186,150,217). Sum of RGB (Red+Green+Blue) = 186+150+217=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D9 is #456926. Grayscale: #A8A8A8. Windows color (decimal): -4548903 or 14259898. OLE color: 14259898.
HSL color Cylindrical-coordinate representation of color #BA96D9: hue angle of 272.24º degrees, saturation: 0.47, 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 #BA96D9 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 150 | 217 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.15 |
| HSL | 272.24º | 0.47% | 0.72% | - |
| HSV(B) | 272.24º | 0.31% | 0.85% | - |
| XYZ | 43.68 | 37.26 | 70.54 | - |
| YUV | 168.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 217 | 0.14 | 0.31 | 0 | 0.15 | 272.24 | 0.47 | 0.72 |
| Hex | BA | 96 | D9 | E | 1F | 0 | F | 110 | 2F | 48 |
| Octal | 272 | 226 | 331 | 16 | 37 | 0 | 17 | 420 | 57 | 110 |
| Binary | 10111010 | 10010110 | 11011001 | 1110 | 11111 | 0 | 1111 | 100010000 | 101111 | 1001000 |
Color Harmonies of #BA96D9
Complementary color
Monochromatic Colors of #BA96D9
Black with #BA96D9
Text Example
Text Example
White with #BA96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96D9; }
p { color: rgb(186,150,217); }
H1.HeaderClassName
{
color: #BA96D9;
}
.AnyTagClassName
{
color: #BA96D9;
}
</style>
background-color css
<style>
a { background-color: #BA96D9; }
a { background-color: rgb(186,150,217); }
div.DivClassName
{
background-color: #BA96D9;
}
.BgClassName
{
background-color: #BA96D9;
}
</style>
border-color css
<style>
span { border-color: #BA96D9; }
span { border-color: rgb(186,150,217); }
td.TdClassName
{
border-color: #BA96D9;
}
.TagClassName
{
border-color: #BA96D9;
}
</style>