Shades of Biloba Flower #B092D5
Tints of Biloba Flower #B092D5
RGB
CMYK
RGB Variations
Color information
#B092D5 (or 0xB092D5) is known color: Biloba Flower. HEX triplet: B0, 92 and D5. RGB value is (176,146,213). Sum of RGB (Red+Green+Blue) = 176+146+213=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B092D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092D5 is #4F6D2A. Grayscale: #A2A2A2. Windows color (decimal): -5205291 or 13996720. OLE color: 13996720.
HSL color Cylindrical-coordinate representation of color #B092D5: hue angle of 266.87º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B092D5 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 146 | 213 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.16 |
| HSL | 266.87º | 0.44% | 0.7% | - |
| HSV(B) | 266.87º | 0.31% | 0.84% | - |
| XYZ | 40.19 | 34.59 | 67.51 | - |
| YUV | 162.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 213 | 0.17 | 0.31 | 0 | 0.16 | 266.87 | 0.44 | 0.7 |
| Hex | B0 | 92 | D5 | 11 | 1F | 0 | 10 | 10B | 2C | 46 |
| Octal | 260 | 222 | 325 | 21 | 37 | 0 | 20 | 413 | 54 | 106 |
| Binary | 10110000 | 10010010 | 11010101 | 10001 | 11111 | 0 | 10000 | 100001011 | 101100 | 1000110 |
Color Harmonies of #B092D5
Complementary color
Monochromatic Colors of #B092D5
Black with #B092D5
Text Example
Text Example
White with #B092D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092D5; }
p { color: rgb(176,146,213); }
H1.HeaderClassName
{
color: #B092D5;
}
.AnyTagClassName
{
color: #B092D5;
}
</style>
background-color css
<style>
a { background-color: #B092D5; }
a { background-color: rgb(176,146,213); }
div.DivClassName
{
background-color: #B092D5;
}
.BgClassName
{
background-color: #B092D5;
}
</style>
border-color css
<style>
span { border-color: #B092D5; }
span { border-color: rgb(176,146,213); }
td.TdClassName
{
border-color: #B092D5;
}
.TagClassName
{
border-color: #B092D5;
}
</style>