Shades of Biloba Flower #BA8DEE
Tints of Biloba Flower #BA8DEE
RGB
CMYK
RGB Variations
Color information
#BA8DEE (or 0xBA8DEE) is known color: Biloba Flower. HEX triplet: BA, 8D and EE. RGB value is (186,141,238). Sum of RGB (Red+Green+Blue) = 186+141+238=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DEE is #457211. Grayscale: #A5A5A5. Windows color (decimal): -4551186 or 15633850. OLE color: 15633850.
HSL color Cylindrical-coordinate representation of color #BA8DEE: hue angle of 267.84º degrees, saturation: 0.74, 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 #BA8DEE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 141 | 238 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.07 |
| HSL | 267.84º | 0.74% | 0.74% | - |
| HSV(B) | 267.84º | 0.41% | 0.93% | - |
| XYZ | 45.21 | 35.66 | 85.39 | - |
| YUV | 165.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 238 | 0.22 | 0.41 | 0 | 0.07 | 267.84 | 0.74 | 0.74 |
| Hex | BA | 8D | EE | 16 | 29 | 0 | 7 | 10C | 4A | 4A |
| Octal | 272 | 215 | 356 | 26 | 51 | 0 | 7 | 414 | 112 | 112 |
| Binary | 10111010 | 10001101 | 11101110 | 10110 | 101001 | 0 | 111 | 100001100 | 1001010 | 1001010 |
Color Harmonies of #BA8DEE
Complementary color
Monochromatic Colors of #BA8DEE
Black with #BA8DEE
Text Example
Text Example
White with #BA8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DEE; }
p { color: rgb(186,141,238); }
H1.HeaderClassName
{
color: #BA8DEE;
}
.AnyTagClassName
{
color: #BA8DEE;
}
</style>
background-color css
<style>
a { background-color: #BA8DEE; }
a { background-color: rgb(186,141,238); }
div.DivClassName
{
background-color: #BA8DEE;
}
.BgClassName
{
background-color: #BA8DEE;
}
</style>
border-color css
<style>
span { border-color: #BA8DEE; }
span { border-color: rgb(186,141,238); }
td.TdClassName
{
border-color: #BA8DEE;
}
.TagClassName
{
border-color: #BA8DEE;
}
</style>