Shades of Biloba Flower #B099DA
Tints of Biloba Flower #B099DA
RGB
CMYK
RGB Variations
Color information
#B099DA (or 0xB099DA) is known color: Biloba Flower. HEX triplet: B0, 99 and DA. RGB value is (176,153,218). Sum of RGB (Red+Green+Blue) = 176+153+218=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B099DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DA is #4F6625. Grayscale: #A7A7A7. Windows color (decimal): -5203494 or 14326192. OLE color: 14326192.
HSL color Cylindrical-coordinate representation of color #B099DA: hue angle of 261.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B099DA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 153 | 218 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.15 |
| HSL | 261.23º | 0.47% | 0.73% | - |
| HSV(B) | 261.23º | 0.3% | 0.85% | - |
| XYZ | 41.95 | 37.07 | 71.27 | - |
| YUV | 167.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 218 | 0.19 | 0.30 | 0 | 0.15 | 261.23 | 0.47 | 0.73 |
| Hex | B0 | 99 | DA | 13 | 1E | 0 | F | 105 | 2F | 49 |
| Octal | 260 | 231 | 332 | 23 | 36 | 0 | 17 | 405 | 57 | 111 |
| Binary | 10110000 | 10011001 | 11011010 | 10011 | 11110 | 0 | 1111 | 100000101 | 101111 | 1001001 |
Color Harmonies of #B099DA
Complementary color
Monochromatic Colors of #B099DA
Black with #B099DA
Text Example
Text Example
White with #B099DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099DA; }
p { color: rgb(176,153,218); }
H1.HeaderClassName
{
color: #B099DA;
}
.AnyTagClassName
{
color: #B099DA;
}
</style>
background-color css
<style>
a { background-color: #B099DA; }
a { background-color: rgb(176,153,218); }
div.DivClassName
{
background-color: #B099DA;
}
.BgClassName
{
background-color: #B099DA;
}
</style>
border-color css
<style>
span { border-color: #B099DA; }
span { border-color: rgb(176,153,218); }
td.TdClassName
{
border-color: #B099DA;
}
.TagClassName
{
border-color: #B099DA;
}
</style>