Shades of Biloba Flower #B896E4
Tints of Biloba Flower #B896E4
RGB
CMYK
RGB Variations
Color information
#B896E4 (or 0xB896E4) is known color: Biloba Flower. HEX triplet: B8, 96 and E4. RGB value is (184,150,228). Sum of RGB (Red+Green+Blue) = 184+150+228=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #B896E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896E4 is #47691B. Grayscale: #A8A8A8. Windows color (decimal): -4679964 or 14980792. OLE color: 14980792.
HSL color Cylindrical-coordinate representation of color #B896E4: hue angle of 266.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B896E4 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 150 | 228 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.11 |
| HSL | 266.15º | 0.59% | 0.74% | - |
| HSV(B) | 266.15º | 0.34% | 0.89% | - |
| XYZ | 44.68 | 37.6 | 78.3 | - |
| YUV | 169.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 228 | 0.19 | 0.34 | 0 | 0.11 | 266.15 | 0.59 | 0.74 |
| Hex | B8 | 96 | E4 | 13 | 22 | 0 | B | 10A | 3B | 4A |
| Octal | 270 | 226 | 344 | 23 | 42 | 0 | 13 | 412 | 73 | 112 |
| Binary | 10111000 | 10010110 | 11100100 | 10011 | 100010 | 0 | 1011 | 100001010 | 111011 | 1001010 |
Color Harmonies of #B896E4
Complementary color
Monochromatic Colors of #B896E4
Black with #B896E4
Text Example
Text Example
White with #B896E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896E4; }
p { color: rgb(184,150,228); }
H1.HeaderClassName
{
color: #B896E4;
}
.AnyTagClassName
{
color: #B896E4;
}
</style>
background-color css
<style>
a { background-color: #B896E4; }
a { background-color: rgb(184,150,228); }
div.DivClassName
{
background-color: #B896E4;
}
.BgClassName
{
background-color: #B896E4;
}
</style>
border-color css
<style>
span { border-color: #B896E4; }
span { border-color: rgb(184,150,228); }
td.TdClassName
{
border-color: #B896E4;
}
.TagClassName
{
border-color: #B896E4;
}
</style>