Shades of Biloba Flower #B099EF
Tints of Biloba Flower #B099EF
RGB
CMYK
RGB Variations
Color information
#B099EF (or 0xB099EF) is known color: Biloba Flower. HEX triplet: B0, 99 and EF. RGB value is (176,153,239). Sum of RGB (Red+Green+Blue) = 176+153+239=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #B099EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EF is #4F6610. Grayscale: #A9A9A9. Windows color (decimal): -5203473 or 15702448. OLE color: 15702448.
HSL color Cylindrical-coordinate representation of color #B099EF: hue angle of 256.05º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B099EF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 153 | 239 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.06 |
| HSL | 256.05º | 0.73% | 0.77% | - |
| HSV(B) | 256.05º | 0.36% | 0.94% | - |
| XYZ | 44.88 | 38.24 | 86.68 | - |
| YUV | 169.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 239 | 0.26 | 0.36 | 0 | 0.06 | 256.05 | 0.73 | 0.77 |
| Hex | B0 | 99 | EF | 1A | 24 | 0 | 6 | 100 | 49 | 4D |
| Octal | 260 | 231 | 357 | 32 | 44 | 0 | 6 | 400 | 111 | 115 |
| Binary | 10110000 | 10011001 | 11101111 | 11010 | 100100 | 0 | 110 | 100000000 | 1001001 | 1001101 |
Color Harmonies of #B099EF
Complementary color
Monochromatic Colors of #B099EF
Black with #B099EF
Text Example
Text Example
White with #B099EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099EF; }
p { color: rgb(176,153,239); }
H1.HeaderClassName
{
color: #B099EF;
}
.AnyTagClassName
{
color: #B099EF;
}
</style>
background-color css
<style>
a { background-color: #B099EF; }
a { background-color: rgb(176,153,239); }
div.DivClassName
{
background-color: #B099EF;
}
.BgClassName
{
background-color: #B099EF;
}
</style>
border-color css
<style>
span { border-color: #B099EF; }
span { border-color: rgb(176,153,239); }
td.TdClassName
{
border-color: #B099EF;
}
.TagClassName
{
border-color: #B099EF;
}
</style>