Shades of Biloba Flower #B092EE
Tints of Biloba Flower #B092EE
RGB
CMYK
RGB Variations
Color information
#B092EE (or 0xB092EE) is known color: Biloba Flower. HEX triplet: B0, 92 and EE. RGB value is (176,146,238). Sum of RGB (Red+Green+Blue) = 176+146+238=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B092EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092EE is #4F6D11. Grayscale: #A5A5A5. Windows color (decimal): -5205266 or 15635120. OLE color: 15635120.
HSL color Cylindrical-coordinate representation of color #B092EE: hue angle of 259.57º degrees, saturation: 0.73, 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 #B092EE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 146 | 238 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.07 |
| HSL | 259.57º | 0.73% | 0.75% | - |
| HSV(B) | 259.57º | 0.39% | 0.93% | - |
| XYZ | 43.62 | 35.96 | 85.53 | - |
| YUV | 165.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 238 | 0.26 | 0.39 | 0 | 0.07 | 259.57 | 0.73 | 0.75 |
| Hex | B0 | 92 | EE | 1A | 27 | 0 | 7 | 104 | 49 | 4B |
| Octal | 260 | 222 | 356 | 32 | 47 | 0 | 7 | 404 | 111 | 113 |
| Binary | 10110000 | 10010010 | 11101110 | 11010 | 100111 | 0 | 111 | 100000100 | 1001001 | 1001011 |
Color Harmonies of #B092EE
Complementary color
Monochromatic Colors of #B092EE
Black with #B092EE
Text Example
Text Example
White with #B092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092EE; }
p { color: rgb(176,146,238); }
H1.HeaderClassName
{
color: #B092EE;
}
.AnyTagClassName
{
color: #B092EE;
}
</style>
background-color css
<style>
a { background-color: #B092EE; }
a { background-color: rgb(176,146,238); }
div.DivClassName
{
background-color: #B092EE;
}
.BgClassName
{
background-color: #B092EE;
}
</style>
border-color css
<style>
span { border-color: #B092EE; }
span { border-color: rgb(176,146,238); }
td.TdClassName
{
border-color: #B092EE;
}
.TagClassName
{
border-color: #B092EE;
}
</style>