Shades of Biloba Flower #B089E5
Tints of Biloba Flower #B089E5
RGB
CMYK
RGB Variations
Color information
#B089E5 (or 0xB089E5) is known color: Biloba Flower. HEX triplet: B0, 89 and E5. RGB value is (176,137,229). Sum of RGB (Red+Green+Blue) = 176+137+229=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #B089E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089E5 is #4F761A. Grayscale: #9E9E9E. Windows color (decimal): -5207579 or 15042992. OLE color: 15042992.
HSL color Cylindrical-coordinate representation of color #B089E5: hue angle of 265.43º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B089E5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 137 | 229 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.10 |
| HSL | 265.43º | 0.64% | 0.72% | - |
| HSV(B) | 265.43º | 0.4% | 0.9% | - |
| XYZ | 40.99 | 32.78 | 78.3 | - |
| YUV | 159.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 229 | 0.23 | 0.40 | 0 | 0.10 | 265.43 | 0.64 | 0.72 |
| Hex | B0 | 89 | E5 | 17 | 28 | 0 | A | 109 | 40 | 48 |
| Octal | 260 | 211 | 345 | 27 | 50 | 0 | 12 | 411 | 100 | 110 |
| Binary | 10110000 | 10001001 | 11100101 | 10111 | 101000 | 0 | 1010 | 100001001 | 1000000 | 1001000 |
Color Harmonies of #B089E5
Complementary color
Monochromatic Colors of #B089E5
Black with #B089E5
Text Example
Text Example
White with #B089E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089E5; }
p { color: rgb(176,137,229); }
H1.HeaderClassName
{
color: #B089E5;
}
.AnyTagClassName
{
color: #B089E5;
}
</style>
background-color css
<style>
a { background-color: #B089E5; }
a { background-color: rgb(176,137,229); }
div.DivClassName
{
background-color: #B089E5;
}
.BgClassName
{
background-color: #B089E5;
}
</style>
border-color css
<style>
span { border-color: #B089E5; }
span { border-color: rgb(176,137,229); }
td.TdClassName
{
border-color: #B089E5;
}
.TagClassName
{
border-color: #B089E5;
}
</style>