Shades of Biloba Flower #B99BCD
Tints of Biloba Flower #B99BCD
RGB
CMYK
RGB Variations
Color information
#B99BCD (or 0xB99BCD) is known color: Biloba Flower. HEX triplet: B9, 9B and CD. RGB value is (185,155,205). Sum of RGB (Red+Green+Blue) = 185+155+205=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BCD is #466432. Grayscale: #A9A9A9. Windows color (decimal): -4613171 or 13474745. OLE color: 13474745.
HSL color Cylindrical-coordinate representation of color #B99BCD: hue angle of 276º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99BCD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 155 | 205 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.20 |
| HSL | 276º | 0.33% | 0.71% | - |
| HSV(B) | 276º | 0.24% | 0.8% | - |
| XYZ | 42.75 | 38.16 | 62.87 | - |
| YUV | 169.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 205 | 0.10 | 0.24 | 0 | 0.20 | 276 | 0.33 | 0.71 |
| Hex | B9 | 9B | CD | A | 18 | 0 | 14 | 114 | 21 | 47 |
| Octal | 271 | 233 | 315 | 12 | 30 | 0 | 24 | 424 | 41 | 107 |
| Binary | 10111001 | 10011011 | 11001101 | 1010 | 11000 | 0 | 10100 | 100010100 | 100001 | 1000111 |
Color Harmonies of #B99BCD
Complementary color
Monochromatic Colors of #B99BCD
Black with #B99BCD
Text Example
Text Example
White with #B99BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BCD; }
p { color: rgb(185,155,205); }
H1.HeaderClassName
{
color: #B99BCD;
}
.AnyTagClassName
{
color: #B99BCD;
}
</style>
background-color css
<style>
a { background-color: #B99BCD; }
a { background-color: rgb(185,155,205); }
div.DivClassName
{
background-color: #B99BCD;
}
.BgClassName
{
background-color: #B99BCD;
}
</style>
border-color css
<style>
span { border-color: #B99BCD; }
span { border-color: rgb(185,155,205); }
td.TdClassName
{
border-color: #B99BCD;
}
.TagClassName
{
border-color: #B99BCD;
}
</style>