Shades of Biloba Flower #B099E7
Tints of Biloba Flower #B099E7
RGB
CMYK
RGB Variations
Color information
#B099E7 (or 0xB099E7) is known color: Biloba Flower. HEX triplet: B0, 99 and E7. RGB value is (176,153,231). Sum of RGB (Red+Green+Blue) = 176+153+231=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #B099E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099E7 is #4F6618. Grayscale: #A8A8A8. Windows color (decimal): -5203481 or 15178160. OLE color: 15178160.
HSL color Cylindrical-coordinate representation of color #B099E7: hue angle of 257.69º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B099E7 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 153 | 231 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 257.69º | 0.62% | 0.75% | - |
| HSV(B) | 257.69º | 0.34% | 0.91% | - |
| XYZ | 43.72 | 37.78 | 80.59 | - |
| YUV | 168.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 231 | 0.24 | 0.34 | 0 | 0.09 | 257.69 | 0.62 | 0.75 |
| Hex | B0 | 99 | E7 | 18 | 22 | 0 | 9 | 102 | 3E | 4B |
| Octal | 260 | 231 | 347 | 30 | 42 | 0 | 11 | 402 | 76 | 113 |
| Binary | 10110000 | 10011001 | 11100111 | 11000 | 100010 | 0 | 1001 | 100000010 | 111110 | 1001011 |
Color Harmonies of #B099E7
Complementary color
Monochromatic Colors of #B099E7
Black with #B099E7
Text Example
Text Example
White with #B099E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099E7; }
p { color: rgb(176,153,231); }
H1.HeaderClassName
{
color: #B099E7;
}
.AnyTagClassName
{
color: #B099E7;
}
</style>
background-color css
<style>
a { background-color: #B099E7; }
a { background-color: rgb(176,153,231); }
div.DivClassName
{
background-color: #B099E7;
}
.BgClassName
{
background-color: #B099E7;
}
</style>
border-color css
<style>
span { border-color: #B099E7; }
span { border-color: rgb(176,153,231); }
td.TdClassName
{
border-color: #B099E7;
}
.TagClassName
{
border-color: #B099E7;
}
</style>