Shades of Biloba Flower #B092E5
Tints of Biloba Flower #B092E5
RGB
CMYK
RGB Variations
Color information
#B092E5 (or 0xB092E5) is known color: Biloba Flower. HEX triplet: B0, 92 and E5. RGB value is (176,146,229). Sum of RGB (Red+Green+Blue) = 176+146+229=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #B092E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092E5 is #4F6D1A. Grayscale: #A4A4A4. Windows color (decimal): -5205275 or 15045296. OLE color: 15045296.
HSL color Cylindrical-coordinate representation of color #B092E5: hue angle of 261.69º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B092E5 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 146 | 229 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.10 |
| HSL | 261.69º | 0.61% | 0.74% | - |
| HSV(B) | 261.69º | 0.36% | 0.9% | - |
| XYZ | 42.33 | 35.45 | 78.74 | - |
| YUV | 164.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 229 | 0.23 | 0.36 | 0 | 0.10 | 261.69 | 0.61 | 0.74 |
| Hex | B0 | 92 | E5 | 17 | 24 | 0 | A | 106 | 3D | 4A |
| Octal | 260 | 222 | 345 | 27 | 44 | 0 | 12 | 406 | 75 | 112 |
| Binary | 10110000 | 10010010 | 11100101 | 10111 | 100100 | 0 | 1010 | 100000110 | 111101 | 1001010 |
Color Harmonies of #B092E5
Complementary color
Monochromatic Colors of #B092E5
Black with #B092E5
Text Example
Text Example
White with #B092E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092E5; }
p { color: rgb(176,146,229); }
H1.HeaderClassName
{
color: #B092E5;
}
.AnyTagClassName
{
color: #B092E5;
}
</style>
background-color css
<style>
a { background-color: #B092E5; }
a { background-color: rgb(176,146,229); }
div.DivClassName
{
background-color: #B092E5;
}
.BgClassName
{
background-color: #B092E5;
}
</style>
border-color css
<style>
span { border-color: #B092E5; }
span { border-color: rgb(176,146,229); }
td.TdClassName
{
border-color: #B092E5;
}
.TagClassName
{
border-color: #B092E5;
}
</style>