Shades of Biloba Flower #B099EE
Tints of Biloba Flower #B099EE
RGB
CMYK
RGB Variations
Color information
#B099EE (or 0xB099EE) is known color: Biloba Flower. HEX triplet: B0, 99 and EE. RGB value is (176,153,238). Sum of RGB (Red+Green+Blue) = 176+153+238=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B099EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EE is #4F6611. Grayscale: #A9A9A9. Windows color (decimal): -5203474 or 15636912. OLE color: 15636912.
HSL color Cylindrical-coordinate representation of color #B099EE: hue angle of 256.24º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B099EE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 153 | 238 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.07 |
| HSL | 256.24º | 0.71% | 0.77% | - |
| HSV(B) | 256.24º | 0.36% | 0.93% | - |
| XYZ | 44.73 | 38.19 | 85.9 | - |
| YUV | 169.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 238 | 0.26 | 0.36 | 0 | 0.07 | 256.24 | 0.71 | 0.77 |
| Hex | B0 | 99 | EE | 1A | 24 | 0 | 7 | 100 | 47 | 4D |
| Octal | 260 | 231 | 356 | 32 | 44 | 0 | 7 | 400 | 107 | 115 |
| Binary | 10110000 | 10011001 | 11101110 | 11010 | 100100 | 0 | 111 | 100000000 | 1000111 | 1001101 |
Color Harmonies of #B099EE
Complementary color
Monochromatic Colors of #B099EE
Black with #B099EE
Text Example
Text Example
White with #B099EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099EE; }
p { color: rgb(176,153,238); }
H1.HeaderClassName
{
color: #B099EE;
}
.AnyTagClassName
{
color: #B099EE;
}
</style>
background-color css
<style>
a { background-color: #B099EE; }
a { background-color: rgb(176,153,238); }
div.DivClassName
{
background-color: #B099EE;
}
.BgClassName
{
background-color: #B099EE;
}
</style>
border-color css
<style>
span { border-color: #B099EE; }
span { border-color: rgb(176,153,238); }
td.TdClassName
{
border-color: #B099EE;
}
.TagClassName
{
border-color: #B099EE;
}
</style>