Shades of Biloba Flower #BA8BEC
Tints of Biloba Flower #BA8BEC
RGB
CMYK
RGB Variations
Color information
#BA8BEC (or 0xBA8BEC) is known color: Biloba Flower. HEX triplet: BA, 8B and EC. RGB value is (186,139,236). Sum of RGB (Red+Green+Blue) = 186+139+236=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEC is #457413. Grayscale: #A3A3A3. Windows color (decimal): -4551700 or 15502266. OLE color: 15502266.
HSL color Cylindrical-coordinate representation of color #BA8BEC: hue angle of 269.07º degrees, saturation: 0.72, 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 #BA8BEC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 139 | 236 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.07º | 0.72% | 0.74% | - |
| HSV(B) | 269.07º | 0.41% | 0.93% | - |
| XYZ | 44.62 | 34.96 | 83.75 | - |
| YUV | 164.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 236 | 0.21 | 0.41 | 0 | 0.07 | 269.07 | 0.72 | 0.74 |
| Hex | BA | 8B | EC | 15 | 29 | 0 | 7 | 10D | 48 | 4A |
| Octal | 272 | 213 | 354 | 25 | 51 | 0 | 7 | 415 | 110 | 112 |
| Binary | 10111010 | 10001011 | 11101100 | 10101 | 101001 | 0 | 111 | 100001101 | 1001000 | 1001010 |
Color Harmonies of #BA8BEC
Complementary color
Monochromatic Colors of #BA8BEC
Black with #BA8BEC
Text Example
Text Example
White with #BA8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BEC; }
p { color: rgb(186,139,236); }
H1.HeaderClassName
{
color: #BA8BEC;
}
.AnyTagClassName
{
color: #BA8BEC;
}
</style>
background-color css
<style>
a { background-color: #BA8BEC; }
a { background-color: rgb(186,139,236); }
div.DivClassName
{
background-color: #BA8BEC;
}
.BgClassName
{
background-color: #BA8BEC;
}
</style>
border-color css
<style>
span { border-color: #BA8BEC; }
span { border-color: rgb(186,139,236); }
td.TdClassName
{
border-color: #BA8BEC;
}
.TagClassName
{
border-color: #BA8BEC;
}
</style>