Shades of Biloba Flower #B092EC
Tints of Biloba Flower #B092EC
RGB
CMYK
RGB Variations
Color information
#B092EC (or 0xB092EC) is known color: Biloba Flower. HEX triplet: B0, 92 and EC. RGB value is (176,146,236). Sum of RGB (Red+Green+Blue) = 176+146+236=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B092EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092EC is #4F6D13. Grayscale: #A4A4A4. Windows color (decimal): -5205268 or 15504048. OLE color: 15504048.
HSL color Cylindrical-coordinate representation of color #B092EC: hue angle of 260º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B092EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 146 | 236 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.07 |
| HSL | 260º | 0.7% | 0.75% | - |
| HSV(B) | 260º | 0.38% | 0.93% | - |
| XYZ | 43.32 | 35.84 | 83.99 | - |
| YUV | 165.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 236 | 0.25 | 0.38 | 0 | 0.07 | 260 | 0.7 | 0.75 |
| Hex | B0 | 92 | EC | 19 | 26 | 0 | 7 | 104 | 46 | 4B |
| Octal | 260 | 222 | 354 | 31 | 46 | 0 | 7 | 404 | 106 | 113 |
| Binary | 10110000 | 10010010 | 11101100 | 11001 | 100110 | 0 | 111 | 100000100 | 1000110 | 1001011 |
Color Harmonies of #B092EC
Complementary color
Monochromatic Colors of #B092EC
Black with #B092EC
Text Example
Text Example
White with #B092EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092EC; }
p { color: rgb(176,146,236); }
H1.HeaderClassName
{
color: #B092EC;
}
.AnyTagClassName
{
color: #B092EC;
}
</style>
background-color css
<style>
a { background-color: #B092EC; }
a { background-color: rgb(176,146,236); }
div.DivClassName
{
background-color: #B092EC;
}
.BgClassName
{
background-color: #B092EC;
}
</style>
border-color css
<style>
span { border-color: #B092EC; }
span { border-color: rgb(176,146,236); }
td.TdClassName
{
border-color: #B092EC;
}
.TagClassName
{
border-color: #B092EC;
}
</style>