Shades of Biloba Flower #B099DD
Tints of Biloba Flower #B099DD
RGB
CMYK
RGB Variations
Color information
#B099DD (or 0xB099DD) is known color: Biloba Flower. HEX triplet: B0, 99 and DD. RGB value is (176,153,221). Sum of RGB (Red+Green+Blue) = 176+153+221=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B099DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DD is #4F6622. Grayscale: #A7A7A7. Windows color (decimal): -5203491 or 14522800. OLE color: 14522800.
HSL color Cylindrical-coordinate representation of color #B099DD: hue angle of 260.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B099DD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 153 | 221 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.13 |
| HSL | 260.29º | 0.5% | 0.73% | - |
| HSV(B) | 260.29º | 0.31% | 0.87% | - |
| XYZ | 42.35 | 37.23 | 73.36 | - |
| YUV | 167.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 221 | 0.20 | 0.31 | 0 | 0.13 | 260.29 | 0.5 | 0.73 |
| Hex | B0 | 99 | DD | 14 | 1F | 0 | D | 104 | 32 | 49 |
| Octal | 260 | 231 | 335 | 24 | 37 | 0 | 15 | 404 | 62 | 111 |
| Binary | 10110000 | 10011001 | 11011101 | 10100 | 11111 | 0 | 1101 | 100000100 | 110010 | 1001001 |
Color Harmonies of #B099DD
Complementary color
Monochromatic Colors of #B099DD
Black with #B099DD
Text Example
Text Example
White with #B099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099DD; }
p { color: rgb(176,153,221); }
H1.HeaderClassName
{
color: #B099DD;
}
.AnyTagClassName
{
color: #B099DD;
}
</style>
background-color css
<style>
a { background-color: #B099DD; }
a { background-color: rgb(176,153,221); }
div.DivClassName
{
background-color: #B099DD;
}
.BgClassName
{
background-color: #B099DD;
}
</style>
border-color css
<style>
span { border-color: #B099DD; }
span { border-color: rgb(176,153,221); }
td.TdClassName
{
border-color: #B099DD;
}
.TagClassName
{
border-color: #B099DD;
}
</style>