Shades of Biloba Flower #B89FDC
Tints of Biloba Flower #B89FDC
RGB
CMYK
RGB Variations
Color information
#B89FDC (or 0xB89FDC) is known color: Biloba Flower. HEX triplet: B8, 9F and DC. RGB value is (184,159,220). Sum of RGB (Red+Green+Blue) = 184+159+220=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FDC is #476023. Grayscale: #ADADAD. Windows color (decimal): -4677668 or 14458808. OLE color: 14458808.
HSL color Cylindrical-coordinate representation of color #B89FDC: hue angle of 264.59º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89FDC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 159 | 220 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.14 |
| HSL | 264.59º | 0.47% | 0.74% | - |
| HSV(B) | 264.59º | 0.28% | 0.86% | - |
| XYZ | 45.08 | 40.15 | 73.08 | - |
| YUV | 173.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 220 | 0.16 | 0.28 | 0 | 0.14 | 264.59 | 0.47 | 0.74 |
| Hex | B8 | 9F | DC | 10 | 1C | 0 | E | 109 | 2F | 4A |
| Octal | 270 | 237 | 334 | 20 | 34 | 0 | 16 | 411 | 57 | 112 |
| Binary | 10111000 | 10011111 | 11011100 | 10000 | 11100 | 0 | 1110 | 100001001 | 101111 | 1001010 |
Color Harmonies of #B89FDC
Complementary color
Monochromatic Colors of #B89FDC
Black with #B89FDC
Text Example
Text Example
White with #B89FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FDC; }
p { color: rgb(184,159,220); }
H1.HeaderClassName
{
color: #B89FDC;
}
.AnyTagClassName
{
color: #B89FDC;
}
</style>
background-color css
<style>
a { background-color: #B89FDC; }
a { background-color: rgb(184,159,220); }
div.DivClassName
{
background-color: #B89FDC;
}
.BgClassName
{
background-color: #B89FDC;
}
</style>
border-color css
<style>
span { border-color: #B89FDC; }
span { border-color: rgb(184,159,220); }
td.TdClassName
{
border-color: #B89FDC;
}
.TagClassName
{
border-color: #B89FDC;
}
</style>