Shades of Biloba Flower #B99AD3
Tints of Biloba Flower #B99AD3
RGB
CMYK
RGB Variations
Color information
#B99AD3 (or 0xB99AD3) is known color: Biloba Flower. HEX triplet: B9, 9A and D3. RGB value is (185,154,211). Sum of RGB (Red+Green+Blue) = 185+154+211=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #B99AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AD3 is #46652C. Grayscale: #A9A9A9. Windows color (decimal): -4613421 or 13867705. OLE color: 13867705.
HSL color Cylindrical-coordinate representation of color #B99AD3: hue angle of 272.63º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99AD3 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 154 | 211 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.17 |
| HSL | 272.63º | 0.39% | 0.72% | - |
| HSV(B) | 272.63º | 0.27% | 0.83% | - |
| XYZ | 43.32 | 38.13 | 66.7 | - |
| YUV | 169.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 211 | 0.12 | 0.27 | 0 | 0.17 | 272.63 | 0.39 | 0.72 |
| Hex | B9 | 9A | D3 | C | 1B | 0 | 11 | 111 | 27 | 48 |
| Octal | 271 | 232 | 323 | 14 | 33 | 0 | 21 | 421 | 47 | 110 |
| Binary | 10111001 | 10011010 | 11010011 | 1100 | 11011 | 0 | 10001 | 100010001 | 100111 | 1001000 |
Color Harmonies of #B99AD3
Complementary color
Monochromatic Colors of #B99AD3
Black with #B99AD3
Text Example
Text Example
White with #B99AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99AD3; }
p { color: rgb(185,154,211); }
H1.HeaderClassName
{
color: #B99AD3;
}
.AnyTagClassName
{
color: #B99AD3;
}
</style>
background-color css
<style>
a { background-color: #B99AD3; }
a { background-color: rgb(185,154,211); }
div.DivClassName
{
background-color: #B99AD3;
}
.BgClassName
{
background-color: #B99AD3;
}
</style>
border-color css
<style>
span { border-color: #B99AD3; }
span { border-color: rgb(185,154,211); }
td.TdClassName
{
border-color: #B99AD3;
}
.TagClassName
{
border-color: #B99AD3;
}
</style>