Shades of Biloba Flower #BA8BED
Tints of Biloba Flower #BA8BED
RGB
CMYK
RGB Variations
Color information
#BA8BED (or 0xBA8BED) is known color: Biloba Flower. HEX triplet: BA, 8B and ED. RGB value is (186,139,237). Sum of RGB (Red+Green+Blue) = 186+139+237=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BED is #457412. Grayscale: #A3A3A3. Windows color (decimal): -4551699 or 15567802. OLE color: 15567802.
HSL color Cylindrical-coordinate representation of color #BA8BED: hue angle of 268.78º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8BED is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 139 | 237 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.07 |
| HSL | 268.78º | 0.73% | 0.74% | - |
| HSV(B) | 268.78º | 0.41% | 0.93% | - |
| XYZ | 44.77 | 35.02 | 84.52 | - |
| YUV | 164.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 237 | 0.22 | 0.41 | 0 | 0.07 | 268.78 | 0.73 | 0.74 |
| Hex | BA | 8B | ED | 16 | 29 | 0 | 7 | 10D | 49 | 4A |
| Octal | 272 | 213 | 355 | 26 | 51 | 0 | 7 | 415 | 111 | 112 |
| Binary | 10111010 | 10001011 | 11101101 | 10110 | 101001 | 0 | 111 | 100001101 | 1001001 | 1001010 |
Color Harmonies of #BA8BED
Complementary color
Monochromatic Colors of #BA8BED
Black with #BA8BED
Text Example
Text Example
White with #BA8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BED; }
p { color: rgb(186,139,237); }
H1.HeaderClassName
{
color: #BA8BED;
}
.AnyTagClassName
{
color: #BA8BED;
}
</style>
background-color css
<style>
a { background-color: #BA8BED; }
a { background-color: rgb(186,139,237); }
div.DivClassName
{
background-color: #BA8BED;
}
.BgClassName
{
background-color: #BA8BED;
}
</style>
border-color css
<style>
span { border-color: #BA8BED; }
span { border-color: rgb(186,139,237); }
td.TdClassName
{
border-color: #BA8BED;
}
.TagClassName
{
border-color: #BA8BED;
}
</style>