Shades of Biloba Flower #BA88EE
Tints of Biloba Flower #BA88EE
RGB
CMYK
RGB Variations
Color information
#BA88EE (or 0xBA88EE) is known color: Biloba Flower. HEX triplet: BA, 88 and EE. RGB value is (186,136,238). Sum of RGB (Red+Green+Blue) = 186+136+238=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88EE is #457711. Grayscale: #A2A2A2. Windows color (decimal): -4552466 or 15632570. OLE color: 15632570.
HSL color Cylindrical-coordinate representation of color #BA88EE: hue angle of 269.41º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA88EE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 136 | 238 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.07 |
| HSL | 269.41º | 0.75% | 0.73% | - |
| HSV(B) | 269.41º | 0.43% | 0.93% | - |
| XYZ | 44.49 | 34.22 | 85.15 | - |
| YUV | 162.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 238 | 0.22 | 0.43 | 0 | 0.07 | 269.41 | 0.75 | 0.73 |
| Hex | BA | 88 | EE | 16 | 2B | 0 | 7 | 10D | 4B | 49 |
| Octal | 272 | 210 | 356 | 26 | 53 | 0 | 7 | 415 | 113 | 111 |
| Binary | 10111010 | 10001000 | 11101110 | 10110 | 101011 | 0 | 111 | 100001101 | 1001011 | 1001001 |
Color Harmonies of #BA88EE
Complementary color
Monochromatic Colors of #BA88EE
Black with #BA88EE
Text Example
Text Example
White with #BA88EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88EE; }
p { color: rgb(186,136,238); }
H1.HeaderClassName
{
color: #BA88EE;
}
.AnyTagClassName
{
color: #BA88EE;
}
</style>
background-color css
<style>
a { background-color: #BA88EE; }
a { background-color: rgb(186,136,238); }
div.DivClassName
{
background-color: #BA88EE;
}
.BgClassName
{
background-color: #BA88EE;
}
</style>
border-color css
<style>
span { border-color: #BA88EE; }
span { border-color: rgb(186,136,238); }
td.TdClassName
{
border-color: #BA88EE;
}
.TagClassName
{
border-color: #BA88EE;
}
</style>