Shades of Biloba Flower #BA8CE6
Tints of Biloba Flower #BA8CE6
RGB
CMYK
RGB Variations
Color information
#BA8CE6 (or 0xBA8CE6) is known color: Biloba Flower. HEX triplet: BA, 8C and E6. RGB value is (186,140,230). Sum of RGB (Red+Green+Blue) = 186+140+230=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CE6 is #457319. Grayscale: #A3A3A3. Windows color (decimal): -4551450 or 15109306. OLE color: 15109306.
HSL color Cylindrical-coordinate representation of color #BA8CE6: hue angle of 270.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8CE6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 140 | 230 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.10 |
| HSL | 270.67º | 0.64% | 0.73% | - |
| HSV(B) | 270.67º | 0.39% | 0.9% | - |
| XYZ | 43.91 | 34.91 | 79.29 | - |
| YUV | 164.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 230 | 0.19 | 0.39 | 0 | 0.10 | 270.67 | 0.64 | 0.73 |
| Hex | BA | 8C | E6 | 13 | 27 | 0 | A | 10F | 40 | 49 |
| Octal | 272 | 214 | 346 | 23 | 47 | 0 | 12 | 417 | 100 | 111 |
| Binary | 10111010 | 10001100 | 11100110 | 10011 | 100111 | 0 | 1010 | 100001111 | 1000000 | 1001001 |
Color Harmonies of #BA8CE6
Complementary color
Monochromatic Colors of #BA8CE6
Black with #BA8CE6
Text Example
Text Example
White with #BA8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CE6; }
p { color: rgb(186,140,230); }
H1.HeaderClassName
{
color: #BA8CE6;
}
.AnyTagClassName
{
color: #BA8CE6;
}
</style>
background-color css
<style>
a { background-color: #BA8CE6; }
a { background-color: rgb(186,140,230); }
div.DivClassName
{
background-color: #BA8CE6;
}
.BgClassName
{
background-color: #BA8CE6;
}
</style>
border-color css
<style>
span { border-color: #BA8CE6; }
span { border-color: rgb(186,140,230); }
td.TdClassName
{
border-color: #BA8CE6;
}
.TagClassName
{
border-color: #BA8CE6;
}
</style>