Shades of Biloba Flower #BA90EE
Tints of Biloba Flower #BA90EE
RGB
CMYK
RGB Variations
Color information
#BA90EE (or 0xBA90EE) is known color: Biloba Flower. HEX triplet: BA, 90 and EE. RGB value is (186,144,238). Sum of RGB (Red+Green+Blue) = 186+144+238=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90EE is #456F11. Grayscale: #A6A6A6. Windows color (decimal): -4550418 or 15634618. OLE color: 15634618.
HSL color Cylindrical-coordinate representation of color #BA90EE: hue angle of 266.81º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA90EE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 144 | 238 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.07 |
| HSL | 266.81º | 0.73% | 0.75% | - |
| HSV(B) | 266.81º | 0.39% | 0.93% | - |
| XYZ | 45.66 | 36.56 | 85.54 | - |
| YUV | 167.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 238 | 0.22 | 0.39 | 0 | 0.07 | 266.81 | 0.73 | 0.75 |
| Hex | BA | 90 | EE | 16 | 27 | 0 | 7 | 10B | 49 | 4B |
| Octal | 272 | 220 | 356 | 26 | 47 | 0 | 7 | 413 | 111 | 113 |
| Binary | 10111010 | 10010000 | 11101110 | 10110 | 100111 | 0 | 111 | 100001011 | 1001001 | 1001011 |
Color Harmonies of #BA90EE
Complementary color
Monochromatic Colors of #BA90EE
Black with #BA90EE
Text Example
Text Example
White with #BA90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90EE; }
p { color: rgb(186,144,238); }
H1.HeaderClassName
{
color: #BA90EE;
}
.AnyTagClassName
{
color: #BA90EE;
}
</style>
background-color css
<style>
a { background-color: #BA90EE; }
a { background-color: rgb(186,144,238); }
div.DivClassName
{
background-color: #BA90EE;
}
.BgClassName
{
background-color: #BA90EE;
}
</style>
border-color css
<style>
span { border-color: #BA90EE; }
span { border-color: rgb(186,144,238); }
td.TdClassName
{
border-color: #BA90EE;
}
.TagClassName
{
border-color: #BA90EE;
}
</style>