Shades of Biloba Flower #BA92E7
Tints of Biloba Flower #BA92E7
RGB
CMYK
RGB Variations
Color information
#BA92E7 (or 0xBA92E7) is known color: Biloba Flower. HEX triplet: BA, 92 and E7. RGB value is (186,146,231). Sum of RGB (Red+Green+Blue) = 186+146+231=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA92E7 is #456D18. Grayscale: #A7A7A7. Windows color (decimal): -4549913 or 15176378. OLE color: 15176378.
HSL color Cylindrical-coordinate representation of color #BA92E7: hue angle of 268.24º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA92E7 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 146 | 231 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.09 |
| HSL | 268.24º | 0.64% | 0.74% | - |
| HSV(B) | 268.24º | 0.37% | 0.91% | - |
| XYZ | 44.95 | 36.77 | 80.33 | - |
| YUV | 167.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 231 | 0.19 | 0.37 | 0 | 0.09 | 268.24 | 0.64 | 0.74 |
| Hex | BA | 92 | E7 | 13 | 25 | 0 | 9 | 10C | 40 | 4A |
| Octal | 272 | 222 | 347 | 23 | 45 | 0 | 11 | 414 | 100 | 112 |
| Binary | 10111010 | 10010010 | 11100111 | 10011 | 100101 | 0 | 1001 | 100001100 | 1000000 | 1001010 |
Color Harmonies of #BA92E7
Complementary color
Monochromatic Colors of #BA92E7
Black with #BA92E7
Text Example
Text Example
White with #BA92E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92E7; }
p { color: rgb(186,146,231); }
H1.HeaderClassName
{
color: #BA92E7;
}
.AnyTagClassName
{
color: #BA92E7;
}
</style>
background-color css
<style>
a { background-color: #BA92E7; }
a { background-color: rgb(186,146,231); }
div.DivClassName
{
background-color: #BA92E7;
}
.BgClassName
{
background-color: #BA92E7;
}
</style>
border-color css
<style>
span { border-color: #BA92E7; }
span { border-color: rgb(186,146,231); }
td.TdClassName
{
border-color: #BA92E7;
}
.TagClassName
{
border-color: #BA92E7;
}
</style>