Shades of Biloba Flower #B099F1
Tints of Biloba Flower #B099F1
RGB
CMYK
RGB Variations
Color information
#B099F1 (or 0xB099F1) is known color: Biloba Flower. HEX triplet: B0, 99 and F1. RGB value is (176,153,241). Sum of RGB (Red+Green+Blue) = 176+153+241=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B099F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099F1 is #4F660E. Grayscale: #A9A9A9. Windows color (decimal): -5203471 or 15833520. OLE color: 15833520.
HSL color Cylindrical-coordinate representation of color #B099F1: hue angle of 255.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B099F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 153 | 241 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 255.68º | 0.76% | 0.77% | - |
| HSV(B) | 255.68º | 0.37% | 0.95% | - |
| XYZ | 45.17 | 38.36 | 88.24 | - |
| YUV | 169.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 241 | 0.27 | 0.37 | 0 | 0.05 | 255.68 | 0.76 | 0.77 |
| Hex | B0 | 99 | F1 | 1B | 25 | 0 | 5 | 100 | 4C | 4D |
| Octal | 260 | 231 | 361 | 33 | 45 | 0 | 5 | 400 | 114 | 115 |
| Binary | 10110000 | 10011001 | 11110001 | 11011 | 100101 | 0 | 101 | 100000000 | 1001100 | 1001101 |
Color Harmonies of #B099F1
Complementary color
Monochromatic Colors of #B099F1
Black with #B099F1
Text Example
Text Example
White with #B099F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099F1; }
p { color: rgb(176,153,241); }
H1.HeaderClassName
{
color: #B099F1;
}
.AnyTagClassName
{
color: #B099F1;
}
</style>
background-color css
<style>
a { background-color: #B099F1; }
a { background-color: rgb(176,153,241); }
div.DivClassName
{
background-color: #B099F1;
}
.BgClassName
{
background-color: #B099F1;
}
</style>
border-color css
<style>
span { border-color: #B099F1; }
span { border-color: rgb(176,153,241); }
td.TdClassName
{
border-color: #B099F1;
}
.TagClassName
{
border-color: #B099F1;
}
</style>