Shades of Biloba Flower #B890EF
Tints of Biloba Flower #B890EF
RGB
CMYK
RGB Variations
Color information
#B890EF (or 0xB890EF) is known color: Biloba Flower. HEX triplet: B8, 90 and EF. RGB value is (184,144,239). Sum of RGB (Red+Green+Blue) = 184+144+239=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #B890EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890EF is #476F10. Grayscale: #A6A6A6. Windows color (decimal): -4681489 or 15700152. OLE color: 15700152.
HSL color Cylindrical-coordinate representation of color #B890EF: hue angle of 265.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B890EF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 144 | 239 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.06 |
| HSL | 265.26º | 0.75% | 0.75% | - |
| HSV(B) | 265.26º | 0.4% | 0.94% | - |
| XYZ | 45.32 | 36.37 | 86.29 | - |
| YUV | 166.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 239 | 0.23 | 0.40 | 0 | 0.06 | 265.26 | 0.75 | 0.75 |
| Hex | B8 | 90 | EF | 17 | 28 | 0 | 6 | 109 | 4B | 4B |
| Octal | 270 | 220 | 357 | 27 | 50 | 0 | 6 | 411 | 113 | 113 |
| Binary | 10111000 | 10010000 | 11101111 | 10111 | 101000 | 0 | 110 | 100001001 | 1001011 | 1001011 |
Color Harmonies of #B890EF
Complementary color
Monochromatic Colors of #B890EF
Black with #B890EF
Text Example
Text Example
White with #B890EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890EF; }
p { color: rgb(184,144,239); }
H1.HeaderClassName
{
color: #B890EF;
}
.AnyTagClassName
{
color: #B890EF;
}
</style>
background-color css
<style>
a { background-color: #B890EF; }
a { background-color: rgb(184,144,239); }
div.DivClassName
{
background-color: #B890EF;
}
.BgClassName
{
background-color: #B890EF;
}
</style>
border-color css
<style>
span { border-color: #B890EF; }
span { border-color: rgb(184,144,239); }
td.TdClassName
{
border-color: #B890EF;
}
.TagClassName
{
border-color: #B890EF;
}
</style>