Shades of Biloba Flower #B099DC
Tints of Biloba Flower #B099DC
RGB
CMYK
RGB Variations
Color information
#B099DC (or 0xB099DC) is known color: Biloba Flower. HEX triplet: B0, 99 and DC. RGB value is (176,153,220). Sum of RGB (Red+Green+Blue) = 176+153+220=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DC is #4F6623. Grayscale: #A7A7A7. Windows color (decimal): -5203492 or 14457264. OLE color: 14457264.
HSL color Cylindrical-coordinate representation of color #B099DC: hue angle of 260.6º degrees, saturation: 0.49, 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 #B099DC is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 153 | 220 | - |
| CMYK | 0.2 | 0.30 | 0 | 0.14 |
| HSL | 260.6º | 0.49% | 0.73% | - |
| HSV(B) | 260.6º | 0.3% | 0.86% | - |
| XYZ | 42.21 | 37.18 | 72.66 | - |
| YUV | 167.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 220 | 0.2 | 0.30 | 0 | 0.14 | 260.6 | 0.49 | 0.73 |
| Hex | B0 | 99 | DC | 14 | 1E | 0 | E | 105 | 31 | 49 |
| Octal | 260 | 231 | 334 | 24 | 36 | 0 | 16 | 405 | 61 | 111 |
| Binary | 10110000 | 10011001 | 11011100 | 10100 | 11110 | 0 | 1110 | 100000101 | 110001 | 1001001 |
Color Harmonies of #B099DC
Complementary color
Monochromatic Colors of #B099DC
Black with #B099DC
Text Example
Text Example
White with #B099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099DC; }
p { color: rgb(176,153,220); }
H1.HeaderClassName
{
color: #B099DC;
}
.AnyTagClassName
{
color: #B099DC;
}
</style>
background-color css
<style>
a { background-color: #B099DC; }
a { background-color: rgb(176,153,220); }
div.DivClassName
{
background-color: #B099DC;
}
.BgClassName
{
background-color: #B099DC;
}
</style>
border-color css
<style>
span { border-color: #B099DC; }
span { border-color: rgb(176,153,220); }
td.TdClassName
{
border-color: #B099DC;
}
.TagClassName
{
border-color: #B099DC;
}
</style>