Shades of Biloba Flower #B89ED8
Tints of Biloba Flower #B89ED8
RGB
CMYK
RGB Variations
Color information
#B89ED8 (or 0xB89ED8) is known color: Biloba Flower. HEX triplet: B8, 9E and D8. RGB value is (184,158,216). Sum of RGB (Red+Green+Blue) = 184+158+216=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #B89ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED8 is #476127. Grayscale: #ACACAC. Windows color (decimal): -4677928 or 14196408. OLE color: 14196408.
HSL color Cylindrical-coordinate representation of color #B89ED8: hue angle of 266.9º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89ED8 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 158 | 216 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.15 |
| HSL | 266.9º | 0.43% | 0.73% | - |
| HSV(B) | 266.9º | 0.27% | 0.85% | - |
| XYZ | 44.39 | 39.6 | 70.27 | - |
| YUV | 172.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 216 | 0.15 | 0.27 | 0 | 0.15 | 266.9 | 0.43 | 0.73 |
| Hex | B8 | 9E | D8 | F | 1B | 0 | F | 10B | 2B | 49 |
| Octal | 270 | 236 | 330 | 17 | 33 | 0 | 17 | 413 | 53 | 111 |
| Binary | 10111000 | 10011110 | 11011000 | 1111 | 11011 | 0 | 1111 | 100001011 | 101011 | 1001001 |
Color Harmonies of #B89ED8
Complementary color
Monochromatic Colors of #B89ED8
Black with #B89ED8
Text Example
Text Example
White with #B89ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ED8; }
p { color: rgb(184,158,216); }
H1.HeaderClassName
{
color: #B89ED8;
}
.AnyTagClassName
{
color: #B89ED8;
}
</style>
background-color css
<style>
a { background-color: #B89ED8; }
a { background-color: rgb(184,158,216); }
div.DivClassName
{
background-color: #B89ED8;
}
.BgClassName
{
background-color: #B89ED8;
}
</style>
border-color css
<style>
span { border-color: #B89ED8; }
span { border-color: rgb(184,158,216); }
td.TdClassName
{
border-color: #B89ED8;
}
.TagClassName
{
border-color: #B89ED8;
}
</style>