Shades of Biloba Flower #B896EF
Tints of Biloba Flower #B896EF
RGB
CMYK
RGB Variations
Color information
#B896EF (or 0xB896EF) is known color: Biloba Flower. HEX triplet: B8, 96 and EF. RGB value is (184,150,239). Sum of RGB (Red+Green+Blue) = 184+150+239=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #B896EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896EF is #476910. Grayscale: #A9A9A9. Windows color (decimal): -4679953 or 15701688. OLE color: 15701688.
HSL color Cylindrical-coordinate representation of color #B896EF: hue angle of 262.92º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B896EF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 150 | 239 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.06 |
| HSL | 262.92º | 0.74% | 0.76% | - |
| HSV(B) | 262.92º | 0.37% | 0.94% | - |
| XYZ | 46.25 | 38.24 | 86.6 | - |
| YUV | 170.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 239 | 0.23 | 0.37 | 0 | 0.06 | 262.92 | 0.74 | 0.76 |
| Hex | B8 | 96 | EF | 17 | 25 | 0 | 6 | 107 | 4A | 4C |
| Octal | 270 | 226 | 357 | 27 | 45 | 0 | 6 | 407 | 112 | 114 |
| Binary | 10111000 | 10010110 | 11101111 | 10111 | 100101 | 0 | 110 | 100000111 | 1001010 | 1001100 |
Color Harmonies of #B896EF
Complementary color
Monochromatic Colors of #B896EF
Black with #B896EF
Text Example
Text Example
White with #B896EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896EF; }
p { color: rgb(184,150,239); }
H1.HeaderClassName
{
color: #B896EF;
}
.AnyTagClassName
{
color: #B896EF;
}
</style>
background-color css
<style>
a { background-color: #B896EF; }
a { background-color: rgb(184,150,239); }
div.DivClassName
{
background-color: #B896EF;
}
.BgClassName
{
background-color: #B896EF;
}
</style>
border-color css
<style>
span { border-color: #B896EF; }
span { border-color: rgb(184,150,239); }
td.TdClassName
{
border-color: #B896EF;
}
.TagClassName
{
border-color: #B896EF;
}
</style>