Shades of Biloba Flower #B989E4
Tints of Biloba Flower #B989E4
RGB
CMYK
RGB Variations
Color information
#B989E4 (or 0xB989E4) is known color: Biloba Flower. HEX triplet: B9, 89 and E4. RGB value is (185,137,228). Sum of RGB (Red+Green+Blue) = 185+137+228=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #B989E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989E4 is #46761B. Grayscale: #A1A1A1. Windows color (decimal): -4617756 or 14977465. OLE color: 14977465.
HSL color Cylindrical-coordinate representation of color #B989E4: hue angle of 271.65º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B989E4 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 137 | 228 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.11 |
| HSL | 271.65º | 0.63% | 0.72% | - |
| HSV(B) | 271.65º | 0.4% | 0.89% | - |
| XYZ | 42.96 | 33.81 | 77.66 | - |
| YUV | 161.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 228 | 0.19 | 0.40 | 0 | 0.11 | 271.65 | 0.63 | 0.72 |
| Hex | B9 | 89 | E4 | 13 | 28 | 0 | B | 110 | 3F | 48 |
| Octal | 271 | 211 | 344 | 23 | 50 | 0 | 13 | 420 | 77 | 110 |
| Binary | 10111001 | 10001001 | 11100100 | 10011 | 101000 | 0 | 1011 | 100010000 | 111111 | 1001000 |
Color Harmonies of #B989E4
Complementary color
Monochromatic Colors of #B989E4
Black with #B989E4
Text Example
Text Example
White with #B989E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B989E4; }
p { color: rgb(185,137,228); }
H1.HeaderClassName
{
color: #B989E4;
}
.AnyTagClassName
{
color: #B989E4;
}
</style>
background-color css
<style>
a { background-color: #B989E4; }
a { background-color: rgb(185,137,228); }
div.DivClassName
{
background-color: #B989E4;
}
.BgClassName
{
background-color: #B989E4;
}
</style>
border-color css
<style>
span { border-color: #B989E4; }
span { border-color: rgb(185,137,228); }
td.TdClassName
{
border-color: #B989E4;
}
.TagClassName
{
border-color: #B989E4;
}
</style>