Shades of Biloba Flower #B89EDF
Tints of Biloba Flower #B89EDF
RGB
CMYK
RGB Variations
Color information
#B89EDF (or 0xB89EDF) is known color: Biloba Flower. HEX triplet: B8, 9E and DF. RGB value is (184,158,223). Sum of RGB (Red+Green+Blue) = 184+158+223=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B89EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EDF is #476120. Grayscale: #ACACAC. Windows color (decimal): -4677921 or 14655160. OLE color: 14655160.
HSL color Cylindrical-coordinate representation of color #B89EDF: hue angle of 264º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89EDF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 158 | 223 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.13 |
| HSL | 264º | 0.5% | 0.75% | - |
| HSV(B) | 264º | 0.29% | 0.87% | - |
| XYZ | 45.31 | 39.97 | 75.14 | - |
| YUV | 173.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 223 | 0.17 | 0.29 | 0 | 0.13 | 264 | 0.5 | 0.75 |
| Hex | B8 | 9E | DF | 11 | 1D | 0 | D | 108 | 32 | 4B |
| Octal | 270 | 236 | 337 | 21 | 35 | 0 | 15 | 410 | 62 | 113 |
| Binary | 10111000 | 10011110 | 11011111 | 10001 | 11101 | 0 | 1101 | 100001000 | 110010 | 1001011 |
Color Harmonies of #B89EDF
Complementary color
Monochromatic Colors of #B89EDF
Black with #B89EDF
Text Example
Text Example
White with #B89EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EDF; }
p { color: rgb(184,158,223); }
H1.HeaderClassName
{
color: #B89EDF;
}
.AnyTagClassName
{
color: #B89EDF;
}
</style>
background-color css
<style>
a { background-color: #B89EDF; }
a { background-color: rgb(184,158,223); }
div.DivClassName
{
background-color: #B89EDF;
}
.BgClassName
{
background-color: #B89EDF;
}
</style>
border-color css
<style>
span { border-color: #B89EDF; }
span { border-color: rgb(184,158,223); }
td.TdClassName
{
border-color: #B89EDF;
}
.TagClassName
{
border-color: #B89EDF;
}
</style>