Shades of Biloba Flower #B096F0
Tints of Biloba Flower #B096F0
RGB
CMYK
RGB Variations
Color information
#B096F0 (or 0xB096F0) is known color: Biloba Flower. HEX triplet: B0, 96 and F0. RGB value is (176,150,240). Sum of RGB (Red+Green+Blue) = 176+150+240=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #B096F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096F0 is #4F690F. Grayscale: #A7A7A7. Windows color (decimal): -5204240 or 15767216. OLE color: 15767216.
HSL color Cylindrical-coordinate representation of color #B096F0: hue angle of 257.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B096F0 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 150 | 240 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.06 |
| HSL | 257.33º | 0.75% | 0.76% | - |
| HSV(B) | 257.33º | 0.38% | 0.94% | - |
| XYZ | 44.54 | 37.33 | 87.3 | - |
| YUV | 168.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 240 | 0.27 | 0.37 | 0 | 0.06 | 257.33 | 0.75 | 0.76 |
| Hex | B0 | 96 | F0 | 1B | 25 | 0 | 6 | 101 | 4B | 4C |
| Octal | 260 | 226 | 360 | 33 | 45 | 0 | 6 | 401 | 113 | 114 |
| Binary | 10110000 | 10010110 | 11110000 | 11011 | 100101 | 0 | 110 | 100000001 | 1001011 | 1001100 |
Color Harmonies of #B096F0
Complementary color
Monochromatic Colors of #B096F0
Black with #B096F0
Text Example
Text Example
White with #B096F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096F0; }
p { color: rgb(176,150,240); }
H1.HeaderClassName
{
color: #B096F0;
}
.AnyTagClassName
{
color: #B096F0;
}
</style>
background-color css
<style>
a { background-color: #B096F0; }
a { background-color: rgb(176,150,240); }
div.DivClassName
{
background-color: #B096F0;
}
.BgClassName
{
background-color: #B096F0;
}
</style>
border-color css
<style>
span { border-color: #B096F0; }
span { border-color: rgb(176,150,240); }
td.TdClassName
{
border-color: #B096F0;
}
.TagClassName
{
border-color: #B096F0;
}
</style>