Shades of Biloba Flower #B89CDE
Tints of Biloba Flower #B89CDE
RGB
CMYK
RGB Variations
Color information
#B89CDE (or 0xB89CDE) is known color: Biloba Flower. HEX triplet: B8, 9C and DE. RGB value is (184,156,222). Sum of RGB (Red+Green+Blue) = 184+156+222=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #B89CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDE is #476321. Grayscale: #ABABAB. Windows color (decimal): -4678434 or 14589112. OLE color: 14589112.
HSL color Cylindrical-coordinate representation of color #B89CDE: hue angle of 265.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89CDE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 156 | 222 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.13 |
| HSL | 265.45º | 0.5% | 0.74% | - |
| HSV(B) | 265.45º | 0.3% | 0.87% | - |
| XYZ | 44.84 | 39.24 | 74.32 | - |
| YUV | 171.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 222 | 0.17 | 0.30 | 0 | 0.13 | 265.45 | 0.5 | 0.74 |
| Hex | B8 | 9C | DE | 11 | 1E | 0 | D | 109 | 32 | 4A |
| Octal | 270 | 234 | 336 | 21 | 36 | 0 | 15 | 411 | 62 | 112 |
| Binary | 10111000 | 10011100 | 11011110 | 10001 | 11110 | 0 | 1101 | 100001001 | 110010 | 1001010 |
Color Harmonies of #B89CDE
Complementary color
Monochromatic Colors of #B89CDE
Black with #B89CDE
Text Example
Text Example
White with #B89CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CDE; }
p { color: rgb(184,156,222); }
H1.HeaderClassName
{
color: #B89CDE;
}
.AnyTagClassName
{
color: #B89CDE;
}
</style>
background-color css
<style>
a { background-color: #B89CDE; }
a { background-color: rgb(184,156,222); }
div.DivClassName
{
background-color: #B89CDE;
}
.BgClassName
{
background-color: #B89CDE;
}
</style>
border-color css
<style>
span { border-color: #B89CDE; }
span { border-color: rgb(184,156,222); }
td.TdClassName
{
border-color: #B89CDE;
}
.TagClassName
{
border-color: #B89CDE;
}
</style>