Shades of Biloba Flower #B890DA
Tints of Biloba Flower #B890DA
RGB
CMYK
RGB Variations
Color information
#B890DA (or 0xB890DA) is known color: Biloba Flower. HEX triplet: B8, 90 and DA. RGB value is (184,144,218). Sum of RGB (Red+Green+Blue) = 184+144+218=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B890DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890DA is #476F25. Grayscale: #A4A4A4. Windows color (decimal): -4681510 or 14323896. OLE color: 14323896.
HSL color Cylindrical-coordinate representation of color #B890DA: hue angle of 272.43º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B890DA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 144 | 218 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.15 |
| HSL | 272.43º | 0.5% | 0.71% | - |
| HSV(B) | 272.43º | 0.34% | 0.85% | - |
| XYZ | 42.4 | 35.2 | 70.89 | - |
| YUV | 164.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 218 | 0.16 | 0.34 | 0 | 0.15 | 272.43 | 0.5 | 0.71 |
| Hex | B8 | 90 | DA | 10 | 22 | 0 | F | 110 | 32 | 47 |
| Octal | 270 | 220 | 332 | 20 | 42 | 0 | 17 | 420 | 62 | 107 |
| Binary | 10111000 | 10010000 | 11011010 | 10000 | 100010 | 0 | 1111 | 100010000 | 110010 | 1000111 |
Color Harmonies of #B890DA
Complementary color
Monochromatic Colors of #B890DA
Black with #B890DA
Text Example
Text Example
White with #B890DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890DA; }
p { color: rgb(184,144,218); }
H1.HeaderClassName
{
color: #B890DA;
}
.AnyTagClassName
{
color: #B890DA;
}
</style>
background-color css
<style>
a { background-color: #B890DA; }
a { background-color: rgb(184,144,218); }
div.DivClassName
{
background-color: #B890DA;
}
.BgClassName
{
background-color: #B890DA;
}
</style>
border-color css
<style>
span { border-color: #B890DA; }
span { border-color: rgb(184,144,218); }
td.TdClassName
{
border-color: #B890DA;
}
.TagClassName
{
border-color: #B890DA;
}
</style>