Shades of Biloba Flower #B099DB
Tints of Biloba Flower #B099DB
RGB
CMYK
RGB Variations
Color information
#B099DB (or 0xB099DB) is known color: Biloba Flower. HEX triplet: B0, 99 and DB. RGB value is (176,153,219). Sum of RGB (Red+Green+Blue) = 176+153+219=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B099DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DB is #4F6624. Grayscale: #A7A7A7. Windows color (decimal): -5203493 or 14391728. OLE color: 14391728.
HSL color Cylindrical-coordinate representation of color #B099DB: hue angle of 260.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B099DB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 153 | 219 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.14 |
| HSL | 260.91º | 0.48% | 0.73% | - |
| HSV(B) | 260.91º | 0.3% | 0.86% | - |
| XYZ | 42.08 | 37.13 | 71.97 | - |
| YUV | 167.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 219 | 0.20 | 0.30 | 0 | 0.14 | 260.91 | 0.48 | 0.73 |
| Hex | B0 | 99 | DB | 14 | 1E | 0 | E | 105 | 30 | 49 |
| Octal | 260 | 231 | 333 | 24 | 36 | 0 | 16 | 405 | 60 | 111 |
| Binary | 10110000 | 10011001 | 11011011 | 10100 | 11110 | 0 | 1110 | 100000101 | 110000 | 1001001 |
Color Harmonies of #B099DB
Complementary color
Monochromatic Colors of #B099DB
Black with #B099DB
Text Example
Text Example
White with #B099DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099DB; }
p { color: rgb(176,153,219); }
H1.HeaderClassName
{
color: #B099DB;
}
.AnyTagClassName
{
color: #B099DB;
}
</style>
background-color css
<style>
a { background-color: #B099DB; }
a { background-color: rgb(176,153,219); }
div.DivClassName
{
background-color: #B099DB;
}
.BgClassName
{
background-color: #B099DB;
}
</style>
border-color css
<style>
span { border-color: #B099DB; }
span { border-color: rgb(176,153,219); }
td.TdClassName
{
border-color: #B099DB;
}
.TagClassName
{
border-color: #B099DB;
}
</style>