Shades of Biloba Flower #B099F2
Tints of Biloba Flower #B099F2
RGB
CMYK
RGB Variations
Color information
#B099F2 (or 0xB099F2) is known color: Biloba Flower. HEX triplet: B0, 99 and F2. RGB value is (176,153,242). Sum of RGB (Red+Green+Blue) = 176+153+242=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #B099F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099F2 is #4F660D. Grayscale: #A9A9A9. Windows color (decimal): -5203470 or 15899056. OLE color: 15899056.
HSL color Cylindrical-coordinate representation of color #B099F2: hue angle of 255.51º degrees, saturation: 0.77, 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 #B099F2 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 153 | 242 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 255.51º | 0.77% | 0.77% | - |
| HSV(B) | 255.51º | 0.37% | 0.95% | - |
| XYZ | 45.32 | 38.42 | 89.03 | - |
| YUV | 170.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 242 | 0.27 | 0.37 | 0 | 0.05 | 255.51 | 0.77 | 0.77 |
| Hex | B0 | 99 | F2 | 1B | 25 | 0 | 5 | 100 | 4D | 4D |
| Octal | 260 | 231 | 362 | 33 | 45 | 0 | 5 | 400 | 115 | 115 |
| Binary | 10110000 | 10011001 | 11110010 | 11011 | 100101 | 0 | 101 | 100000000 | 1001101 | 1001101 |
Color Harmonies of #B099F2
Complementary color
Monochromatic Colors of #B099F2
Black with #B099F2
Text Example
Text Example
White with #B099F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099F2; }
p { color: rgb(176,153,242); }
H1.HeaderClassName
{
color: #B099F2;
}
.AnyTagClassName
{
color: #B099F2;
}
</style>
background-color css
<style>
a { background-color: #B099F2; }
a { background-color: rgb(176,153,242); }
div.DivClassName
{
background-color: #B099F2;
}
.BgClassName
{
background-color: #B099F2;
}
</style>
border-color css
<style>
span { border-color: #B099F2; }
span { border-color: rgb(176,153,242); }
td.TdClassName
{
border-color: #B099F2;
}
.TagClassName
{
border-color: #B099F2;
}
</style>