Shades of Biloba Flower #BA97DC
Tints of Biloba Flower #BA97DC
RGB
CMYK
RGB Variations
Color information
#BA97DC (or 0xBA97DC) is known color: Biloba Flower. HEX triplet: BA, 97 and DC. RGB value is (186,151,220). Sum of RGB (Red+Green+Blue) = 186+151+220=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97DC is #456823. Grayscale: #A9A9A9. Windows color (decimal): -4548644 or 14456762. OLE color: 14456762.
HSL color Cylindrical-coordinate representation of color #BA97DC: hue angle of 270.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA97DC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 151 | 220 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.14 |
| HSL | 270.43º | 0.5% | 0.73% | - |
| HSV(B) | 270.43º | 0.31% | 0.86% | - |
| XYZ | 44.23 | 37.74 | 72.66 | - |
| YUV | 169.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 220 | 0.15 | 0.31 | 0 | 0.14 | 270.43 | 0.5 | 0.73 |
| Hex | BA | 97 | DC | F | 1F | 0 | E | 10E | 32 | 49 |
| Octal | 272 | 227 | 334 | 17 | 37 | 0 | 16 | 416 | 62 | 111 |
| Binary | 10111010 | 10010111 | 11011100 | 1111 | 11111 | 0 | 1110 | 100001110 | 110010 | 1001001 |
Color Harmonies of #BA97DC
Complementary color
Monochromatic Colors of #BA97DC
Black with #BA97DC
Text Example
Text Example
White with #BA97DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97DC; }
p { color: rgb(186,151,220); }
H1.HeaderClassName
{
color: #BA97DC;
}
.AnyTagClassName
{
color: #BA97DC;
}
</style>
background-color css
<style>
a { background-color: #BA97DC; }
a { background-color: rgb(186,151,220); }
div.DivClassName
{
background-color: #BA97DC;
}
.BgClassName
{
background-color: #BA97DC;
}
</style>
border-color css
<style>
span { border-color: #BA97DC; }
span { border-color: rgb(186,151,220); }
td.TdClassName
{
border-color: #BA97DC;
}
.TagClassName
{
border-color: #BA97DC;
}
</style>