Shades of Biloba Flower #B89ADB
Tints of Biloba Flower #B89ADB
RGB
CMYK
RGB Variations
Color information
#B89ADB (or 0xB89ADB) is known color: Biloba Flower. HEX triplet: B8, 9A and DB. RGB value is (184,154,219). Sum of RGB (Red+Green+Blue) = 184+154+219=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B89ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADB is #476524. Grayscale: #AAAAAA. Windows color (decimal): -4678949 or 14391992. OLE color: 14391992.
HSL color Cylindrical-coordinate representation of color #B89ADB: hue angle of 267.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89ADB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 154 | 219 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.14 |
| HSL | 267.69º | 0.47% | 0.73% | - |
| HSV(B) | 267.69º | 0.3% | 0.86% | - |
| XYZ | 44.11 | 38.42 | 72.11 | - |
| YUV | 170.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 219 | 0.16 | 0.30 | 0 | 0.14 | 267.69 | 0.47 | 0.73 |
| Hex | B8 | 9A | DB | 10 | 1E | 0 | E | 10C | 2F | 49 |
| Octal | 270 | 232 | 333 | 20 | 36 | 0 | 16 | 414 | 57 | 111 |
| Binary | 10111000 | 10011010 | 11011011 | 10000 | 11110 | 0 | 1110 | 100001100 | 101111 | 1001001 |
Color Harmonies of #B89ADB
Complementary color
Monochromatic Colors of #B89ADB
Black with #B89ADB
Text Example
Text Example
White with #B89ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ADB; }
p { color: rgb(184,154,219); }
H1.HeaderClassName
{
color: #B89ADB;
}
.AnyTagClassName
{
color: #B89ADB;
}
</style>
background-color css
<style>
a { background-color: #B89ADB; }
a { background-color: rgb(184,154,219); }
div.DivClassName
{
background-color: #B89ADB;
}
.BgClassName
{
background-color: #B89ADB;
}
</style>
border-color css
<style>
span { border-color: #B89ADB; }
span { border-color: rgb(184,154,219); }
td.TdClassName
{
border-color: #B89ADB;
}
.TagClassName
{
border-color: #B89ADB;
}
</style>