Shades of Biloba Flower #B89FCF
Tints of Biloba Flower #B89FCF
RGB
CMYK
RGB Variations
Color information
#B89FCF (or 0xB89FCF) is known color: Biloba Flower. HEX triplet: B8, 9F and CF. RGB value is (184,159,207). Sum of RGB (Red+Green+Blue) = 184+159+207=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #B89FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FCF is #476030. Grayscale: #ABABAB. Windows color (decimal): -4677681 or 13606840. OLE color: 13606840.
HSL color Cylindrical-coordinate representation of color #B89FCF: hue angle of 271.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89FCF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 159 | 207 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.19 |
| HSL | 271.25º | 0.33% | 0.72% | - |
| HSV(B) | 271.25º | 0.23% | 0.81% | - |
| XYZ | 43.43 | 39.49 | 64.37 | - |
| YUV | 171.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 207 | 0.11 | 0.23 | 0 | 0.19 | 271.25 | 0.33 | 0.72 |
| Hex | B8 | 9F | CF | B | 17 | 0 | 13 | 10F | 21 | 48 |
| Octal | 270 | 237 | 317 | 13 | 27 | 0 | 23 | 417 | 41 | 110 |
| Binary | 10111000 | 10011111 | 11001111 | 1011 | 10111 | 0 | 10011 | 100001111 | 100001 | 1001000 |
Color Harmonies of #B89FCF
Complementary color
Monochromatic Colors of #B89FCF
Black with #B89FCF
Text Example
Text Example
White with #B89FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FCF; }
p { color: rgb(184,159,207); }
H1.HeaderClassName
{
color: #B89FCF;
}
.AnyTagClassName
{
color: #B89FCF;
}
</style>
background-color css
<style>
a { background-color: #B89FCF; }
a { background-color: rgb(184,159,207); }
div.DivClassName
{
background-color: #B89FCF;
}
.BgClassName
{
background-color: #B89FCF;
}
</style>
border-color css
<style>
span { border-color: #B89FCF; }
span { border-color: rgb(184,159,207); }
td.TdClassName
{
border-color: #B89FCF;
}
.TagClassName
{
border-color: #B89FCF;
}
</style>