Shades of Biloba Flower #B99ADD
Tints of Biloba Flower #B99ADD
RGB
CMYK
RGB Variations
Color information
#B99ADD (or 0xB99ADD) is known color: Biloba Flower. HEX triplet: B9, 9A and DD. RGB value is (185,154,221). Sum of RGB (Red+Green+Blue) = 185+154+221=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADD is #466522. Grayscale: #AAAAAA. Windows color (decimal): -4613411 or 14523065. OLE color: 14523065.
HSL color Cylindrical-coordinate representation of color #B99ADD: hue angle of 267.76º 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 #B99ADD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 154 | 221 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 267.76º | 0.5% | 0.74% | - |
| HSV(B) | 267.76º | 0.3% | 0.87% | - |
| XYZ | 44.61 | 38.65 | 73.51 | - |
| YUV | 170.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 221 | 0.16 | 0.30 | 0 | 0.13 | 267.76 | 0.5 | 0.74 |
| Hex | B9 | 9A | DD | 10 | 1E | 0 | D | 10C | 32 | 4A |
| Octal | 271 | 232 | 335 | 20 | 36 | 0 | 15 | 414 | 62 | 112 |
| Binary | 10111001 | 10011010 | 11011101 | 10000 | 11110 | 0 | 1101 | 100001100 | 110010 | 1001010 |
Color Harmonies of #B99ADD
Complementary color
Monochromatic Colors of #B99ADD
Black with #B99ADD
Text Example
Text Example
White with #B99ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ADD; }
p { color: rgb(185,154,221); }
H1.HeaderClassName
{
color: #B99ADD;
}
.AnyTagClassName
{
color: #B99ADD;
}
</style>
background-color css
<style>
a { background-color: #B99ADD; }
a { background-color: rgb(185,154,221); }
div.DivClassName
{
background-color: #B99ADD;
}
.BgClassName
{
background-color: #B99ADD;
}
</style>
border-color css
<style>
span { border-color: #B99ADD; }
span { border-color: rgb(185,154,221); }
td.TdClassName
{
border-color: #B99ADD;
}
.TagClassName
{
border-color: #B99ADD;
}
</style>