Shades of Biloba Flower #B091E8
Tints of Biloba Flower #B091E8
RGB
CMYK
RGB Variations
Color information
#B091E8 (or 0xB091E8) is known color: Biloba Flower. HEX triplet: B0, 91 and E8. RGB value is (176,145,232). Sum of RGB (Red+Green+Blue) = 176+145+232=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #B091E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091E8 is #4F6E17. Grayscale: #A3A3A3. Windows color (decimal): -5205528 or 15241648. OLE color: 15241648.
HSL color Cylindrical-coordinate representation of color #B091E8: hue angle of 261.38º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B091E8 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 145 | 232 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.09 |
| HSL | 261.38º | 0.65% | 0.74% | - |
| HSV(B) | 261.38º | 0.38% | 0.91% | - |
| XYZ | 42.6 | 35.31 | 80.91 | - |
| YUV | 164.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 232 | 0.24 | 0.38 | 0 | 0.09 | 261.38 | 0.65 | 0.74 |
| Hex | B0 | 91 | E8 | 18 | 26 | 0 | 9 | 105 | 41 | 4A |
| Octal | 260 | 221 | 350 | 30 | 46 | 0 | 11 | 405 | 101 | 112 |
| Binary | 10110000 | 10010001 | 11101000 | 11000 | 100110 | 0 | 1001 | 100000101 | 1000001 | 1001010 |
Color Harmonies of #B091E8
Complementary color
Monochromatic Colors of #B091E8
Black with #B091E8
Text Example
Text Example
White with #B091E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091E8; }
p { color: rgb(176,145,232); }
H1.HeaderClassName
{
color: #B091E8;
}
.AnyTagClassName
{
color: #B091E8;
}
</style>
background-color css
<style>
a { background-color: #B091E8; }
a { background-color: rgb(176,145,232); }
div.DivClassName
{
background-color: #B091E8;
}
.BgClassName
{
background-color: #B091E8;
}
</style>
border-color css
<style>
span { border-color: #B091E8; }
span { border-color: rgb(176,145,232); }
td.TdClassName
{
border-color: #B091E8;
}
.TagClassName
{
border-color: #B091E8;
}
</style>