Shades of Biloba Flower #B89DD9
Tints of Biloba Flower #B89DD9
RGB
CMYK
RGB Variations
Color information
#B89DD9 (or 0xB89DD9) is known color: Biloba Flower. HEX triplet: B8, 9D and D9. RGB value is (184,157,217). Sum of RGB (Red+Green+Blue) = 184+157+217=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #B89DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DD9 is #476226. Grayscale: #ABABAB. Windows color (decimal): -4678183 or 14261688. OLE color: 14261688.
HSL color Cylindrical-coordinate representation of color #B89DD9: hue angle of 267º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89DD9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 157 | 217 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.15 |
| HSL | 267º | 0.44% | 0.73% | - |
| HSV(B) | 267º | 0.28% | 0.85% | - |
| XYZ | 44.35 | 39.31 | 70.9 | - |
| YUV | 171.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 217 | 0.15 | 0.28 | 0 | 0.15 | 267 | 0.44 | 0.73 |
| Hex | B8 | 9D | D9 | F | 1C | 0 | F | 10B | 2C | 49 |
| Octal | 270 | 235 | 331 | 17 | 34 | 0 | 17 | 413 | 54 | 111 |
| Binary | 10111000 | 10011101 | 11011001 | 1111 | 11100 | 0 | 1111 | 100001011 | 101100 | 1001001 |
Color Harmonies of #B89DD9
Complementary color
Monochromatic Colors of #B89DD9
Black with #B89DD9
Text Example
Text Example
White with #B89DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DD9; }
p { color: rgb(184,157,217); }
H1.HeaderClassName
{
color: #B89DD9;
}
.AnyTagClassName
{
color: #B89DD9;
}
</style>
background-color css
<style>
a { background-color: #B89DD9; }
a { background-color: rgb(184,157,217); }
div.DivClassName
{
background-color: #B89DD9;
}
.BgClassName
{
background-color: #B89DD9;
}
</style>
border-color css
<style>
span { border-color: #B89DD9; }
span { border-color: rgb(184,157,217); }
td.TdClassName
{
border-color: #B89DD9;
}
.TagClassName
{
border-color: #B89DD9;
}
</style>