Shades of Biloba Flower #B89DD1
Tints of Biloba Flower #B89DD1
RGB
CMYK
RGB Variations
Color information
#B89DD1 (or 0xB89DD1) is known color: Biloba Flower. HEX triplet: B8, 9D and D1. RGB value is (184,157,209). Sum of RGB (Red+Green+Blue) = 184+157+209=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #B89DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DD1 is #47622E. Grayscale: #AAAAAA. Windows color (decimal): -4678191 or 13737400. OLE color: 13737400.
HSL color Cylindrical-coordinate representation of color #B89DD1: hue angle of 271.15º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B89DD1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 157 | 209 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.18 |
| HSL | 271.15º | 0.36% | 0.72% | - |
| HSV(B) | 271.15º | 0.25% | 0.82% | - |
| XYZ | 43.33 | 38.91 | 65.55 | - |
| YUV | 171 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 209 | 0.12 | 0.25 | 0 | 0.18 | 271.15 | 0.36 | 0.72 |
| Hex | B8 | 9D | D1 | C | 19 | 0 | 12 | 10F | 24 | 48 |
| Octal | 270 | 235 | 321 | 14 | 31 | 0 | 22 | 417 | 44 | 110 |
| Binary | 10111000 | 10011101 | 11010001 | 1100 | 11001 | 0 | 10010 | 100001111 | 100100 | 1001000 |
Color Harmonies of #B89DD1
Complementary color
Monochromatic Colors of #B89DD1
Black with #B89DD1
Text Example
Text Example
White with #B89DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DD1; }
p { color: rgb(184,157,209); }
H1.HeaderClassName
{
color: #B89DD1;
}
.AnyTagClassName
{
color: #B89DD1;
}
</style>
background-color css
<style>
a { background-color: #B89DD1; }
a { background-color: rgb(184,157,209); }
div.DivClassName
{
background-color: #B89DD1;
}
.BgClassName
{
background-color: #B89DD1;
}
</style>
border-color css
<style>
span { border-color: #B89DD1; }
span { border-color: rgb(184,157,209); }
td.TdClassName
{
border-color: #B89DD1;
}
.TagClassName
{
border-color: #B89DD1;
}
</style>