Shades of Biloba Flower #BA8BEF
Tints of Biloba Flower #BA8BEF
RGB
CMYK
RGB Variations
Color information
#BA8BEF (or 0xBA8BEF) is known color: Biloba Flower. HEX triplet: BA, 8B and EF. RGB value is (186,139,239). Sum of RGB (Red+Green+Blue) = 186+139+239=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEF is #457410. Grayscale: #A4A4A4. Windows color (decimal): -4551697 or 15698874. OLE color: 15698874.
HSL color Cylindrical-coordinate representation of color #BA8BEF: hue angle of 268.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA8BEF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 139 | 239 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.06 |
| HSL | 268.2º | 0.76% | 0.74% | - |
| HSV(B) | 268.2º | 0.42% | 0.94% | - |
| XYZ | 45.06 | 35.14 | 86.07 | - |
| YUV | 164.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 239 | 0.22 | 0.42 | 0 | 0.06 | 268.2 | 0.76 | 0.74 |
| Hex | BA | 8B | EF | 16 | 2A | 0 | 6 | 10C | 4C | 4A |
| Octal | 272 | 213 | 357 | 26 | 52 | 0 | 6 | 414 | 114 | 112 |
| Binary | 10111010 | 10001011 | 11101111 | 10110 | 101010 | 0 | 110 | 100001100 | 1001100 | 1001010 |
Color Harmonies of #BA8BEF
Complementary color
Monochromatic Colors of #BA8BEF
Black with #BA8BEF
Text Example
Text Example
White with #BA8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BEF; }
p { color: rgb(186,139,239); }
H1.HeaderClassName
{
color: #BA8BEF;
}
.AnyTagClassName
{
color: #BA8BEF;
}
</style>
background-color css
<style>
a { background-color: #BA8BEF; }
a { background-color: rgb(186,139,239); }
div.DivClassName
{
background-color: #BA8BEF;
}
.BgClassName
{
background-color: #BA8BEF;
}
</style>
border-color css
<style>
span { border-color: #BA8BEF; }
span { border-color: rgb(186,139,239); }
td.TdClassName
{
border-color: #BA8BEF;
}
.TagClassName
{
border-color: #BA8BEF;
}
</style>