Shades of Biloba Flower #B089EE
Tints of Biloba Flower #B089EE
RGB
CMYK
RGB Variations
Color information
#B089EE (or 0xB089EE) is known color: Biloba Flower. HEX triplet: B0, 89 and EE. RGB value is (176,137,238). Sum of RGB (Red+Green+Blue) = 176+137+238=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B089EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EE is #4F7611. Grayscale: #9F9F9F. Windows color (decimal): -5207570 or 15632816. OLE color: 15632816.
HSL color Cylindrical-coordinate representation of color #B089EE: hue angle of 263.17º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B089EE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 137 | 238 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.07 |
| HSL | 263.17º | 0.75% | 0.74% | - |
| HSV(B) | 263.17º | 0.42% | 0.93% | - |
| XYZ | 42.28 | 33.29 | 85.09 | - |
| YUV | 160.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 238 | 0.26 | 0.42 | 0 | 0.07 | 263.17 | 0.75 | 0.74 |
| Hex | B0 | 89 | EE | 1A | 2A | 0 | 7 | 107 | 4B | 4A |
| Octal | 260 | 211 | 356 | 32 | 52 | 0 | 7 | 407 | 113 | 112 |
| Binary | 10110000 | 10001001 | 11101110 | 11010 | 101010 | 0 | 111 | 100000111 | 1001011 | 1001010 |
Color Harmonies of #B089EE
Complementary color
Monochromatic Colors of #B089EE
Black with #B089EE
Text Example
Text Example
White with #B089EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089EE; }
p { color: rgb(176,137,238); }
H1.HeaderClassName
{
color: #B089EE;
}
.AnyTagClassName
{
color: #B089EE;
}
</style>
background-color css
<style>
a { background-color: #B089EE; }
a { background-color: rgb(176,137,238); }
div.DivClassName
{
background-color: #B089EE;
}
.BgClassName
{
background-color: #B089EE;
}
</style>
border-color css
<style>
span { border-color: #B089EE; }
span { border-color: rgb(176,137,238); }
td.TdClassName
{
border-color: #B089EE;
}
.TagClassName
{
border-color: #B089EE;
}
</style>