Shades of Biloba Flower #B99ADC
Tints of Biloba Flower #B99ADC
RGB
CMYK
RGB Variations
Color information
#B99ADC (or 0xB99ADC) is known color: Biloba Flower. HEX triplet: B9, 9A and DC. RGB value is (185,154,220). Sum of RGB (Red+Green+Blue) = 185+154+220=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADC is #466523. Grayscale: #AAAAAA. Windows color (decimal): -4613412 or 14457529. OLE color: 14457529.
HSL color Cylindrical-coordinate representation of color #B99ADC: hue angle of 268.18º degrees, saturation: 0.49, 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 #B99ADC is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 154 | 220 | - |
| CMYK | 0.16 | 0.3 | 0 | 0.14 |
| HSL | 268.18º | 0.49% | 0.73% | - |
| HSV(B) | 268.18º | 0.3% | 0.86% | - |
| XYZ | 44.48 | 38.59 | 72.81 | - |
| YUV | 170.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 220 | 0.16 | 0.3 | 0 | 0.14 | 268.18 | 0.49 | 0.73 |
| Hex | B9 | 9A | DC | 10 | 1E | 0 | E | 10C | 31 | 49 |
| Octal | 271 | 232 | 334 | 20 | 36 | 0 | 16 | 414 | 61 | 111 |
| Binary | 10111001 | 10011010 | 11011100 | 10000 | 11110 | 0 | 1110 | 100001100 | 110001 | 1001001 |
Color Harmonies of #B99ADC
Complementary color
Monochromatic Colors of #B99ADC
Black with #B99ADC
Text Example
Text Example
White with #B99ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ADC; }
p { color: rgb(185,154,220); }
H1.HeaderClassName
{
color: #B99ADC;
}
.AnyTagClassName
{
color: #B99ADC;
}
</style>
background-color css
<style>
a { background-color: #B99ADC; }
a { background-color: rgb(185,154,220); }
div.DivClassName
{
background-color: #B99ADC;
}
.BgClassName
{
background-color: #B99ADC;
}
</style>
border-color css
<style>
span { border-color: #B99ADC; }
span { border-color: rgb(185,154,220); }
td.TdClassName
{
border-color: #B99ADC;
}
.TagClassName
{
border-color: #B99ADC;
}
</style>