Shades of Biloba Flower #B99BD5
Tints of Biloba Flower #B99BD5
RGB
CMYK
RGB Variations
Color information
#B99BD5 (or 0xB99BD5) is known color: Biloba Flower. HEX triplet: B9, 9B and D5. RGB value is (185,155,213). Sum of RGB (Red+Green+Blue) = 185+155+213=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #B99BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BD5 is #46642A. Grayscale: #AAAAAA. Windows color (decimal): -4613163 or 13999033. OLE color: 13999033.
HSL color Cylindrical-coordinate representation of color #B99BD5: hue angle of 271.03º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99BD5 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 155 | 213 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.16 |
| HSL | 271.03º | 0.41% | 0.72% | - |
| HSV(B) | 271.03º | 0.27% | 0.84% | - |
| XYZ | 43.74 | 38.56 | 68.09 | - |
| YUV | 170.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 213 | 0.13 | 0.27 | 0 | 0.16 | 271.03 | 0.41 | 0.72 |
| Hex | B9 | 9B | D5 | D | 1B | 0 | 10 | 10F | 29 | 48 |
| Octal | 271 | 233 | 325 | 15 | 33 | 0 | 20 | 417 | 51 | 110 |
| Binary | 10111001 | 10011011 | 11010101 | 1101 | 11011 | 0 | 10000 | 100001111 | 101001 | 1001000 |
Color Harmonies of #B99BD5
Complementary color
Monochromatic Colors of #B99BD5
Black with #B99BD5
Text Example
Text Example
White with #B99BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BD5; }
p { color: rgb(185,155,213); }
H1.HeaderClassName
{
color: #B99BD5;
}
.AnyTagClassName
{
color: #B99BD5;
}
</style>
background-color css
<style>
a { background-color: #B99BD5; }
a { background-color: rgb(185,155,213); }
div.DivClassName
{
background-color: #B99BD5;
}
.BgClassName
{
background-color: #B99BD5;
}
</style>
border-color css
<style>
span { border-color: #B99BD5; }
span { border-color: rgb(185,155,213); }
td.TdClassName
{
border-color: #B99BD5;
}
.TagClassName
{
border-color: #B99BD5;
}
</style>