Shades of Biloba Flower #BA96DC
Tints of Biloba Flower #BA96DC
RGB
CMYK
RGB Variations
Color information
#BA96DC (or 0xBA96DC) is known color: Biloba Flower. HEX triplet: BA, 96 and DC. RGB value is (186,150,220). Sum of RGB (Red+Green+Blue) = 186+150+220=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DC is #456923. Grayscale: #A8A8A8. Windows color (decimal): -4548900 or 14456506. OLE color: 14456506.
HSL color Cylindrical-coordinate representation of color #BA96DC: hue angle of 270.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA96DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 150 | 220 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.14 |
| HSL | 270.86º | 0.5% | 0.73% | - |
| HSV(B) | 270.86º | 0.32% | 0.86% | - |
| XYZ | 44.07 | 37.42 | 72.61 | - |
| YUV | 168.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 220 | 0.15 | 0.32 | 0 | 0.14 | 270.86 | 0.5 | 0.73 |
| Hex | BA | 96 | DC | F | 20 | 0 | E | 10F | 32 | 49 |
| Octal | 272 | 226 | 334 | 17 | 40 | 0 | 16 | 417 | 62 | 111 |
| Binary | 10111010 | 10010110 | 11011100 | 1111 | 100000 | 0 | 1110 | 100001111 | 110010 | 1001001 |
Color Harmonies of #BA96DC
Complementary color
Monochromatic Colors of #BA96DC
Black with #BA96DC
Text Example
Text Example
White with #BA96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96DC; }
p { color: rgb(186,150,220); }
H1.HeaderClassName
{
color: #BA96DC;
}
.AnyTagClassName
{
color: #BA96DC;
}
</style>
background-color css
<style>
a { background-color: #BA96DC; }
a { background-color: rgb(186,150,220); }
div.DivClassName
{
background-color: #BA96DC;
}
.BgClassName
{
background-color: #BA96DC;
}
</style>
border-color css
<style>
span { border-color: #BA96DC; }
span { border-color: rgb(186,150,220); }
td.TdClassName
{
border-color: #BA96DC;
}
.TagClassName
{
border-color: #BA96DC;
}
</style>