Shades of Biloba Flower #B098F0
Tints of Biloba Flower #B098F0
RGB
CMYK
RGB Variations
Color information
#B098F0 (or 0xB098F0) is known color: Biloba Flower. HEX triplet: B0, 98 and F0. RGB value is (176,152,240). Sum of RGB (Red+Green+Blue) = 176+152+240=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #B098F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098F0 is #4F670F. Grayscale: #A8A8A8. Windows color (decimal): -5203728 or 15767728. OLE color: 15767728.
HSL color Cylindrical-coordinate representation of color #B098F0: hue angle of 256.36º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B098F0 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 152 | 240 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.06 |
| HSL | 256.36º | 0.75% | 0.77% | - |
| HSV(B) | 256.36º | 0.37% | 0.94% | - |
| XYZ | 44.86 | 37.98 | 87.4 | - |
| YUV | 169.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 240 | 0.27 | 0.37 | 0 | 0.06 | 256.36 | 0.75 | 0.77 |
| Hex | B0 | 98 | F0 | 1B | 25 | 0 | 6 | 100 | 4B | 4D |
| Octal | 260 | 230 | 360 | 33 | 45 | 0 | 6 | 400 | 113 | 115 |
| Binary | 10110000 | 10011000 | 11110000 | 11011 | 100101 | 0 | 110 | 100000000 | 1001011 | 1001101 |
Color Harmonies of #B098F0
Complementary color
Monochromatic Colors of #B098F0
Black with #B098F0
Text Example
Text Example
White with #B098F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098F0; }
p { color: rgb(176,152,240); }
H1.HeaderClassName
{
color: #B098F0;
}
.AnyTagClassName
{
color: #B098F0;
}
</style>
background-color css
<style>
a { background-color: #B098F0; }
a { background-color: rgb(176,152,240); }
div.DivClassName
{
background-color: #B098F0;
}
.BgClassName
{
background-color: #B098F0;
}
</style>
border-color css
<style>
span { border-color: #B098F0; }
span { border-color: rgb(176,152,240); }
td.TdClassName
{
border-color: #B098F0;
}
.TagClassName
{
border-color: #B098F0;
}
</style>