Shades of Biloba Flower #B89AE2
Tints of Biloba Flower #B89AE2
RGB
CMYK
RGB Variations
Color information
#B89AE2 (or 0xB89AE2) is known color: Biloba Flower. HEX triplet: B8, 9A and E2. RGB value is (184,154,226). Sum of RGB (Red+Green+Blue) = 184+154+226=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #B89AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89AE2 is #47651D. Grayscale: #AAAAAA. Windows color (decimal): -4678942 or 14850744. OLE color: 14850744.
HSL color Cylindrical-coordinate representation of color #B89AE2: hue angle of 265º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B89AE2 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 154 | 226 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.11 |
| HSL | 265º | 0.55% | 0.75% | - |
| HSV(B) | 265º | 0.32% | 0.89% | - |
| XYZ | 45.05 | 38.79 | 77.06 | - |
| YUV | 171.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 226 | 0.19 | 0.32 | 0 | 0.11 | 265 | 0.55 | 0.75 |
| Hex | B8 | 9A | E2 | 13 | 20 | 0 | B | 109 | 37 | 4B |
| Octal | 270 | 232 | 342 | 23 | 40 | 0 | 13 | 411 | 67 | 113 |
| Binary | 10111000 | 10011010 | 11100010 | 10011 | 100000 | 0 | 1011 | 100001001 | 110111 | 1001011 |
Color Harmonies of #B89AE2
Complementary color
Monochromatic Colors of #B89AE2
Black with #B89AE2
Text Example
Text Example
White with #B89AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AE2; }
p { color: rgb(184,154,226); }
H1.HeaderClassName
{
color: #B89AE2;
}
.AnyTagClassName
{
color: #B89AE2;
}
</style>
background-color css
<style>
a { background-color: #B89AE2; }
a { background-color: rgb(184,154,226); }
div.DivClassName
{
background-color: #B89AE2;
}
.BgClassName
{
background-color: #B89AE2;
}
</style>
border-color css
<style>
span { border-color: #B89AE2; }
span { border-color: rgb(184,154,226); }
td.TdClassName
{
border-color: #B89AE2;
}
.TagClassName
{
border-color: #B89AE2;
}
</style>