Shades of Biloba Flower #B89ED2
Tints of Biloba Flower #B89ED2
RGB
CMYK
RGB Variations
Color information
#B89ED2 (or 0xB89ED2) is known color: Biloba Flower. HEX triplet: B8, 9E and D2. RGB value is (184,158,210). Sum of RGB (Red+Green+Blue) = 184+158+210=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED2 is #47612D. Grayscale: #ABABAB. Windows color (decimal): -4677934 or 13803192. OLE color: 13803192.
HSL color Cylindrical-coordinate representation of color #B89ED2: hue angle of 270º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B89ED2 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 158 | 210 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.18 |
| HSL | 270º | 0.37% | 0.72% | - |
| HSV(B) | 270º | 0.25% | 0.82% | - |
| XYZ | 43.63 | 39.3 | 66.26 | - |
| YUV | 171.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 210 | 0.12 | 0.25 | 0 | 0.18 | 270 | 0.37 | 0.72 |
| Hex | B8 | 9E | D2 | C | 19 | 0 | 12 | 10E | 25 | 48 |
| Octal | 270 | 236 | 322 | 14 | 31 | 0 | 22 | 416 | 45 | 110 |
| Binary | 10111000 | 10011110 | 11010010 | 1100 | 11001 | 0 | 10010 | 100001110 | 100101 | 1001000 |
Color Harmonies of #B89ED2
Complementary color
Monochromatic Colors of #B89ED2
Black with #B89ED2
Text Example
Text Example
White with #B89ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ED2; }
p { color: rgb(184,158,210); }
H1.HeaderClassName
{
color: #B89ED2;
}
.AnyTagClassName
{
color: #B89ED2;
}
</style>
background-color css
<style>
a { background-color: #B89ED2; }
a { background-color: rgb(184,158,210); }
div.DivClassName
{
background-color: #B89ED2;
}
.BgClassName
{
background-color: #B89ED2;
}
</style>
border-color css
<style>
span { border-color: #B89ED2; }
span { border-color: rgb(184,158,210); }
td.TdClassName
{
border-color: #B89ED2;
}
.TagClassName
{
border-color: #B89ED2;
}
</style>