Shades of Biloba Flower #B091E2
Tints of Biloba Flower #B091E2
RGB
CMYK
RGB Variations
Color information
#B091E2 (or 0xB091E2) is known color: Biloba Flower. HEX triplet: B0, 91 and E2. RGB value is (176,145,226). Sum of RGB (Red+Green+Blue) = 176+145+226=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #B091E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091E2 is #4F6E1D. Grayscale: #A3A3A3. Windows color (decimal): -5205534 or 14848432. OLE color: 14848432.
HSL color Cylindrical-coordinate representation of color #B091E2: hue angle of 262.96º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B091E2 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 145 | 226 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.11 |
| HSL | 262.96º | 0.58% | 0.73% | - |
| HSV(B) | 262.96º | 0.36% | 0.89% | - |
| XYZ | 41.76 | 34.97 | 76.5 | - |
| YUV | 163.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 226 | 0.22 | 0.36 | 0 | 0.11 | 262.96 | 0.58 | 0.73 |
| Hex | B0 | 91 | E2 | 16 | 24 | 0 | B | 107 | 3A | 49 |
| Octal | 260 | 221 | 342 | 26 | 44 | 0 | 13 | 407 | 72 | 111 |
| Binary | 10110000 | 10010001 | 11100010 | 10110 | 100100 | 0 | 1011 | 100000111 | 111010 | 1001001 |
Color Harmonies of #B091E2
Complementary color
Monochromatic Colors of #B091E2
Black with #B091E2
Text Example
Text Example
White with #B091E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091E2; }
p { color: rgb(176,145,226); }
H1.HeaderClassName
{
color: #B091E2;
}
.AnyTagClassName
{
color: #B091E2;
}
</style>
background-color css
<style>
a { background-color: #B091E2; }
a { background-color: rgb(176,145,226); }
div.DivClassName
{
background-color: #B091E2;
}
.BgClassName
{
background-color: #B091E2;
}
</style>
border-color css
<style>
span { border-color: #B091E2; }
span { border-color: rgb(176,145,226); }
td.TdClassName
{
border-color: #B091E2;
}
.TagClassName
{
border-color: #B091E2;
}
</style>