Shades of Biloba Flower #B896EE
Tints of Biloba Flower #B896EE
RGB
CMYK
RGB Variations
Color information
#B896EE (or 0xB896EE) is known color: Biloba Flower. HEX triplet: B8, 96 and EE. RGB value is (184,150,238). Sum of RGB (Red+Green+Blue) = 184+150+238=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #B896EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896EE is #476911. Grayscale: #A9A9A9. Windows color (decimal): -4679954 or 15636152. OLE color: 15636152.
HSL color Cylindrical-coordinate representation of color #B896EE: hue angle of 263.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B896EE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 150 | 238 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.07 |
| HSL | 263.18º | 0.72% | 0.76% | - |
| HSV(B) | 263.18º | 0.37% | 0.93% | - |
| XYZ | 46.11 | 38.18 | 85.83 | - |
| YUV | 170.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 238 | 0.23 | 0.37 | 0 | 0.07 | 263.18 | 0.72 | 0.76 |
| Hex | B8 | 96 | EE | 17 | 25 | 0 | 7 | 107 | 48 | 4C |
| Octal | 270 | 226 | 356 | 27 | 45 | 0 | 7 | 407 | 110 | 114 |
| Binary | 10111000 | 10010110 | 11101110 | 10111 | 100101 | 0 | 111 | 100000111 | 1001000 | 1001100 |
Color Harmonies of #B896EE
Complementary color
Monochromatic Colors of #B896EE
Black with #B896EE
Text Example
Text Example
White with #B896EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896EE; }
p { color: rgb(184,150,238); }
H1.HeaderClassName
{
color: #B896EE;
}
.AnyTagClassName
{
color: #B896EE;
}
</style>
background-color css
<style>
a { background-color: #B896EE; }
a { background-color: rgb(184,150,238); }
div.DivClassName
{
background-color: #B896EE;
}
.BgClassName
{
background-color: #B896EE;
}
</style>
border-color css
<style>
span { border-color: #B896EE; }
span { border-color: rgb(184,150,238); }
td.TdClassName
{
border-color: #B896EE;
}
.TagClassName
{
border-color: #B896EE;
}
</style>