Shades of Biloba Flower #B89ED0
Tints of Biloba Flower #B89ED0
RGB
CMYK
RGB Variations
Color information
#B89ED0 (or 0xB89ED0) is known color: Biloba Flower. HEX triplet: B8, 9E and D0. RGB value is (184,158,208). Sum of RGB (Red+Green+Blue) = 184+158+208=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #B89ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED0 is #47612F. Grayscale: #ABABAB. Windows color (decimal): -4677936 or 13672120. OLE color: 13672120.
HSL color Cylindrical-coordinate representation of color #B89ED0: hue angle of 271.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89ED0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 158 | 208 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.18 |
| HSL | 271.2º | 0.35% | 0.72% | - |
| HSV(B) | 271.2º | 0.24% | 0.82% | - |
| XYZ | 43.38 | 39.2 | 64.95 | - |
| YUV | 171.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 208 | 0.12 | 0.24 | 0 | 0.18 | 271.2 | 0.35 | 0.72 |
| Hex | B8 | 9E | D0 | C | 18 | 0 | 12 | 10F | 23 | 48 |
| Octal | 270 | 236 | 320 | 14 | 30 | 0 | 22 | 417 | 43 | 110 |
| Binary | 10111000 | 10011110 | 11010000 | 1100 | 11000 | 0 | 10010 | 100001111 | 100011 | 1001000 |
Color Harmonies of #B89ED0
Complementary color
Monochromatic Colors of #B89ED0
Black with #B89ED0
Text Example
Text Example
White with #B89ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ED0; }
p { color: rgb(184,158,208); }
H1.HeaderClassName
{
color: #B89ED0;
}
.AnyTagClassName
{
color: #B89ED0;
}
</style>
background-color css
<style>
a { background-color: #B89ED0; }
a { background-color: rgb(184,158,208); }
div.DivClassName
{
background-color: #B89ED0;
}
.BgClassName
{
background-color: #B89ED0;
}
</style>
border-color css
<style>
span { border-color: #B89ED0; }
span { border-color: rgb(184,158,208); }
td.TdClassName
{
border-color: #B89ED0;
}
.TagClassName
{
border-color: #B89ED0;
}
</style>