Shades of Biloba Flower #BA98D5
Tints of Biloba Flower #BA98D5
RGB
CMYK
RGB Variations
Color information
#BA98D5 (or 0xBA98D5) is known color: Biloba Flower. HEX triplet: BA, 98 and D5. RGB value is (186,152,213). Sum of RGB (Red+Green+Blue) = 186+152+213=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D5 is #45672A. Grayscale: #A8A8A8. Windows color (decimal): -4548395 or 13998266. OLE color: 13998266.
HSL color Cylindrical-coordinate representation of color #BA98D5: hue angle of 273.44º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA98D5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 152 | 213 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.16 |
| HSL | 273.44º | 0.42% | 0.72% | - |
| HSV(B) | 273.44º | 0.29% | 0.84% | - |
| XYZ | 43.49 | 37.7 | 67.94 | - |
| YUV | 169.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 213 | 0.13 | 0.29 | 0 | 0.16 | 273.44 | 0.42 | 0.72 |
| Hex | BA | 98 | D5 | D | 1D | 0 | 10 | 111 | 2A | 48 |
| Octal | 272 | 230 | 325 | 15 | 35 | 0 | 20 | 421 | 52 | 110 |
| Binary | 10111010 | 10011000 | 11010101 | 1101 | 11101 | 0 | 10000 | 100010001 | 101010 | 1001000 |
Color Harmonies of #BA98D5
Complementary color
Monochromatic Colors of #BA98D5
Black with #BA98D5
Text Example
Text Example
White with #BA98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98D5; }
p { color: rgb(186,152,213); }
H1.HeaderClassName
{
color: #BA98D5;
}
.AnyTagClassName
{
color: #BA98D5;
}
</style>
background-color css
<style>
a { background-color: #BA98D5; }
a { background-color: rgb(186,152,213); }
div.DivClassName
{
background-color: #BA98D5;
}
.BgClassName
{
background-color: #BA98D5;
}
</style>
border-color css
<style>
span { border-color: #BA98D5; }
span { border-color: rgb(186,152,213); }
td.TdClassName
{
border-color: #BA98D5;
}
.TagClassName
{
border-color: #BA98D5;
}
</style>