Shades of Biloba Flower #B899D9
Tints of Biloba Flower #B899D9
RGB
CMYK
RGB Variations
Color information
#B899D9 (or 0xB899D9) is known color: Biloba Flower. HEX triplet: B8, 99 and D9. RGB value is (184,153,217). Sum of RGB (Red+Green+Blue) = 184+153+217=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #B899D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D9 is #476626. Grayscale: #A9A9A9. Windows color (decimal): -4679207 or 14260664. OLE color: 14260664.
HSL color Cylindrical-coordinate representation of color #B899D9: hue angle of 269.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B899D9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 153 | 217 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.15 |
| HSL | 269.06º | 0.46% | 0.73% | - |
| HSV(B) | 269.06º | 0.29% | 0.85% | - |
| XYZ | 43.68 | 37.98 | 70.67 | - |
| YUV | 169.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 217 | 0.15 | 0.29 | 0 | 0.15 | 269.06 | 0.46 | 0.73 |
| Hex | B8 | 99 | D9 | F | 1D | 0 | F | 10D | 2E | 49 |
| Octal | 270 | 231 | 331 | 17 | 35 | 0 | 17 | 415 | 56 | 111 |
| Binary | 10111000 | 10011001 | 11011001 | 1111 | 11101 | 0 | 1111 | 100001101 | 101110 | 1001001 |
Color Harmonies of #B899D9
Complementary color
Monochromatic Colors of #B899D9
Black with #B899D9
Text Example
Text Example
White with #B899D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899D9; }
p { color: rgb(184,153,217); }
H1.HeaderClassName
{
color: #B899D9;
}
.AnyTagClassName
{
color: #B899D9;
}
</style>
background-color css
<style>
a { background-color: #B899D9; }
a { background-color: rgb(184,153,217); }
div.DivClassName
{
background-color: #B899D9;
}
.BgClassName
{
background-color: #B899D9;
}
</style>
border-color css
<style>
span { border-color: #B899D9; }
span { border-color: rgb(184,153,217); }
td.TdClassName
{
border-color: #B899D9;
}
.TagClassName
{
border-color: #B899D9;
}
</style>