Shades of Biloba Flower #B091ED
Tints of Biloba Flower #B091ED
RGB
CMYK
RGB Variations
Color information
#B091ED (or 0xB091ED) is known color: Biloba Flower. HEX triplet: B0, 91 and ED. RGB value is (176,145,237). Sum of RGB (Red+Green+Blue) = 176+145+237=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B091ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091ED is #4F6E12. Grayscale: #A4A4A4. Windows color (decimal): -5205523 or 15569328. OLE color: 15569328.
HSL color Cylindrical-coordinate representation of color #B091ED: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B091ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 145 | 237 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.07 |
| HSL | 260.22º | 0.72% | 0.75% | - |
| HSV(B) | 260.22º | 0.39% | 0.93% | - |
| XYZ | 43.32 | 35.6 | 84.71 | - |
| YUV | 164.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 237 | 0.26 | 0.39 | 0 | 0.07 | 260.22 | 0.72 | 0.75 |
| Hex | B0 | 91 | ED | 1A | 27 | 0 | 7 | 104 | 48 | 4B |
| Octal | 260 | 221 | 355 | 32 | 47 | 0 | 7 | 404 | 110 | 113 |
| Binary | 10110000 | 10010001 | 11101101 | 11010 | 100111 | 0 | 111 | 100000100 | 1001000 | 1001011 |
Color Harmonies of #B091ED
Complementary color
Monochromatic Colors of #B091ED
Black with #B091ED
Text Example
Text Example
White with #B091ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091ED; }
p { color: rgb(176,145,237); }
H1.HeaderClassName
{
color: #B091ED;
}
.AnyTagClassName
{
color: #B091ED;
}
</style>
background-color css
<style>
a { background-color: #B091ED; }
a { background-color: rgb(176,145,237); }
div.DivClassName
{
background-color: #B091ED;
}
.BgClassName
{
background-color: #B091ED;
}
</style>
border-color css
<style>
span { border-color: #B091ED; }
span { border-color: rgb(176,145,237); }
td.TdClassName
{
border-color: #B091ED;
}
.TagClassName
{
border-color: #B091ED;
}
</style>