Shades of Biloba Flower #B099F5
Tints of Biloba Flower #B099F5
RGB
CMYK
RGB Variations
Color information
#B099F5 (or 0xB099F5) is known color: Biloba Flower. HEX triplet: B0, 99 and F5. RGB value is (176,153,245). Sum of RGB (Red+Green+Blue) = 176+153+245=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #B099F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099F5 is #4F660A. Grayscale: #AAAAAA. Windows color (decimal): -5203467 or 16095664. OLE color: 16095664.
HSL color Cylindrical-coordinate representation of color #B099F5: hue angle of 255º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B099F5 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 153 | 245 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.04 |
| HSL | 255º | 0.82% | 0.78% | - |
| HSV(B) | 255º | 0.38% | 0.96% | - |
| XYZ | 45.78 | 38.61 | 91.43 | - |
| YUV | 170.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 245 | 0.28 | 0.38 | 0 | 0.04 | 255 | 0.82 | 0.78 |
| Hex | B0 | 99 | F5 | 1C | 26 | 0 | 4 | FF | 52 | 4E |
| Octal | 260 | 231 | 365 | 34 | 46 | 0 | 4 | 377 | 122 | 116 |
| Binary | 10110000 | 10011001 | 11110101 | 11100 | 100110 | 0 | 100 | 11111111 | 1010010 | 1001110 |
Color Harmonies of #B099F5
Complementary color
Monochromatic Colors of #B099F5
Black with #B099F5
Text Example
Text Example
White with #B099F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099F5; }
p { color: rgb(176,153,245); }
H1.HeaderClassName
{
color: #B099F5;
}
.AnyTagClassName
{
color: #B099F5;
}
</style>
background-color css
<style>
a { background-color: #B099F5; }
a { background-color: rgb(176,153,245); }
div.DivClassName
{
background-color: #B099F5;
}
.BgClassName
{
background-color: #B099F5;
}
</style>
border-color css
<style>
span { border-color: #B099F5; }
span { border-color: rgb(176,153,245); }
td.TdClassName
{
border-color: #B099F5;
}
.TagClassName
{
border-color: #B099F5;
}
</style>