Shades of Biloba Flower #BA8FEE
Tints of Biloba Flower #BA8FEE
RGB
CMYK
RGB Variations
Color information
#BA8FEE (or 0xBA8FEE) is known color: Biloba Flower. HEX triplet: BA, 8F and EE. RGB value is (186,143,238). Sum of RGB (Red+Green+Blue) = 186+143+238=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FEE is #457011. Grayscale: #A6A6A6. Windows color (decimal): -4550674 or 15634362. OLE color: 15634362.
HSL color Cylindrical-coordinate representation of color #BA8FEE: hue angle of 267.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8FEE is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 143 | 238 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.07 |
| HSL | 267.16º | 0.74% | 0.75% | - |
| HSV(B) | 267.16º | 0.4% | 0.93% | - |
| XYZ | 45.5 | 36.26 | 85.49 | - |
| YUV | 166.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 238 | 0.22 | 0.40 | 0 | 0.07 | 267.16 | 0.74 | 0.75 |
| Hex | BA | 8F | EE | 16 | 28 | 0 | 7 | 10B | 4A | 4B |
| Octal | 272 | 217 | 356 | 26 | 50 | 0 | 7 | 413 | 112 | 113 |
| Binary | 10111010 | 10001111 | 11101110 | 10110 | 101000 | 0 | 111 | 100001011 | 1001010 | 1001011 |
Color Harmonies of #BA8FEE
Complementary color
Monochromatic Colors of #BA8FEE
Black with #BA8FEE
Text Example
Text Example
White with #BA8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FEE; }
p { color: rgb(186,143,238); }
H1.HeaderClassName
{
color: #BA8FEE;
}
.AnyTagClassName
{
color: #BA8FEE;
}
</style>
background-color css
<style>
a { background-color: #BA8FEE; }
a { background-color: rgb(186,143,238); }
div.DivClassName
{
background-color: #BA8FEE;
}
.BgClassName
{
background-color: #BA8FEE;
}
</style>
border-color css
<style>
span { border-color: #BA8FEE; }
span { border-color: rgb(186,143,238); }
td.TdClassName
{
border-color: #BA8FEE;
}
.TagClassName
{
border-color: #BA8FEE;
}
</style>