Shades of Biloba Flower #B099FA
Tints of Biloba Flower #B099FA
RGB
CMYK
RGB Variations
Color information
#B099FA (or 0xB099FA) is known color: Biloba Flower. HEX triplet: B0, 99 and FA. RGB value is (176,153,250). Sum of RGB (Red+Green+Blue) = 176+153+250=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #B099FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099FA is #4F6605. Grayscale: #AAAAAA. Windows color (decimal): -5203462 or 16423344. OLE color: 16423344.
HSL color Cylindrical-coordinate representation of color #B099FA: hue angle of 254.23º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B099FA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 153 | 250 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.02 |
| HSL | 254.23º | 0.91% | 0.79% | - |
| HSV(B) | 254.23º | 0.39% | 0.98% | - |
| XYZ | 46.55 | 38.91 | 95.5 | - |
| YUV | 170.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 250 | 0.30 | 0.39 | 0 | 0.02 | 254.23 | 0.91 | 0.79 |
| Hex | B0 | 99 | FA | 1E | 27 | 0 | 2 | FE | 5B | 4F |
| Octal | 260 | 231 | 372 | 36 | 47 | 0 | 2 | 376 | 133 | 117 |
| Binary | 10110000 | 10011001 | 11111010 | 11110 | 100111 | 0 | 10 | 11111110 | 1011011 | 1001111 |
Color Harmonies of #B099FA
Complementary color
Monochromatic Colors of #B099FA
Black with #B099FA
Text Example
Text Example
White with #B099FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099FA; }
p { color: rgb(176,153,250); }
H1.HeaderClassName
{
color: #B099FA;
}
.AnyTagClassName
{
color: #B099FA;
}
</style>
background-color css
<style>
a { background-color: #B099FA; }
a { background-color: rgb(176,153,250); }
div.DivClassName
{
background-color: #B099FA;
}
.BgClassName
{
background-color: #B099FA;
}
</style>
border-color css
<style>
span { border-color: #B099FA; }
span { border-color: rgb(176,153,250); }
td.TdClassName
{
border-color: #B099FA;
}
.TagClassName
{
border-color: #B099FA;
}
</style>