Shades of Biloba Flower #B092DB
Tints of Biloba Flower #B092DB
RGB
CMYK
RGB Variations
Color information
#B092DB (or 0xB092DB) is known color: Biloba Flower. HEX triplet: B0, 92 and DB. RGB value is (176,146,219). Sum of RGB (Red+Green+Blue) = 176+146+219=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B092DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DB is #4F6D24. Grayscale: #A3A3A3. Windows color (decimal): -5205285 or 14389936. OLE color: 14389936.
HSL color Cylindrical-coordinate representation of color #B092DB: hue angle of 264.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B092DB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 146 | 219 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.14 |
| HSL | 264.66º | 0.5% | 0.72% | - |
| HSV(B) | 264.66º | 0.33% | 0.86% | - |
| XYZ | 40.97 | 34.9 | 71.6 | - |
| YUV | 163.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 219 | 0.20 | 0.33 | 0 | 0.14 | 264.66 | 0.5 | 0.72 |
| Hex | B0 | 92 | DB | 14 | 21 | 0 | E | 109 | 32 | 48 |
| Octal | 260 | 222 | 333 | 24 | 41 | 0 | 16 | 411 | 62 | 110 |
| Binary | 10110000 | 10010010 | 11011011 | 10100 | 100001 | 0 | 1110 | 100001001 | 110010 | 1001000 |
Color Harmonies of #B092DB
Complementary color
Monochromatic Colors of #B092DB
Black with #B092DB
Text Example
Text Example
White with #B092DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092DB; }
p { color: rgb(176,146,219); }
H1.HeaderClassName
{
color: #B092DB;
}
.AnyTagClassName
{
color: #B092DB;
}
</style>
background-color css
<style>
a { background-color: #B092DB; }
a { background-color: rgb(176,146,219); }
div.DivClassName
{
background-color: #B092DB;
}
.BgClassName
{
background-color: #B092DB;
}
</style>
border-color css
<style>
span { border-color: #B092DB; }
span { border-color: rgb(176,146,219); }
td.TdClassName
{
border-color: #B092DB;
}
.TagClassName
{
border-color: #B092DB;
}
</style>