Shades of Biloba Flower #B89ADD
Tints of Biloba Flower #B89ADD
RGB
CMYK
RGB Variations
Color information
#B89ADD (or 0xB89ADD) is known color: Biloba Flower. HEX triplet: B8, 9A and DD. RGB value is (184,154,221). Sum of RGB (Red+Green+Blue) = 184+154+221=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADD is #476522. Grayscale: #AAAAAA. Windows color (decimal): -4678947 or 14523064. OLE color: 14523064.
HSL color Cylindrical-coordinate representation of color #B89ADD: hue angle of 266.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89ADD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 154 | 221 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.13 |
| HSL | 266.87º | 0.5% | 0.74% | - |
| HSV(B) | 266.87º | 0.3% | 0.87% | - |
| XYZ | 44.37 | 38.52 | 73.5 | - |
| YUV | 170.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 221 | 0.17 | 0.30 | 0 | 0.13 | 266.87 | 0.5 | 0.74 |
| Hex | B8 | 9A | DD | 11 | 1E | 0 | D | 10B | 32 | 4A |
| Octal | 270 | 232 | 335 | 21 | 36 | 0 | 15 | 413 | 62 | 112 |
| Binary | 10111000 | 10011010 | 11011101 | 10001 | 11110 | 0 | 1101 | 100001011 | 110010 | 1001010 |
Color Harmonies of #B89ADD
Complementary color
Monochromatic Colors of #B89ADD
Black with #B89ADD
Text Example
Text Example
White with #B89ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ADD; }
p { color: rgb(184,154,221); }
H1.HeaderClassName
{
color: #B89ADD;
}
.AnyTagClassName
{
color: #B89ADD;
}
</style>
background-color css
<style>
a { background-color: #B89ADD; }
a { background-color: rgb(184,154,221); }
div.DivClassName
{
background-color: #B89ADD;
}
.BgClassName
{
background-color: #B89ADD;
}
</style>
border-color css
<style>
span { border-color: #B89ADD; }
span { border-color: rgb(184,154,221); }
td.TdClassName
{
border-color: #B89ADD;
}
.TagClassName
{
border-color: #B89ADD;
}
</style>