Shades of Biloba Flower #B19FDE
Tints of Biloba Flower #B19FDE
RGB
CMYK
RGB Variations
Color information
#B19FDE (or 0xB19FDE) is known color: Biloba Flower. HEX triplet: B1, 9F and DE. RGB value is (177,159,222). Sum of RGB (Red+Green+Blue) = 177+159+222=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #B19FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FDE is #4E6021. Grayscale: #ABABAB. Windows color (decimal): -5136418 or 14589873. OLE color: 14589873.
HSL color Cylindrical-coordinate representation of color #B19FDE: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19FDE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 159 | 222 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.13 |
| HSL | 257.14º | 0.49% | 0.75% | - |
| HSV(B) | 257.14º | 0.28% | 0.87% | - |
| XYZ | 43.71 | 39.42 | 74.41 | - |
| YUV | 171.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 222 | 0.20 | 0.28 | 0 | 0.13 | 257.14 | 0.49 | 0.75 |
| Hex | B1 | 9F | DE | 14 | 1C | 0 | D | 101 | 31 | 4B |
| Octal | 261 | 237 | 336 | 24 | 34 | 0 | 15 | 401 | 61 | 113 |
| Binary | 10110001 | 10011111 | 11011110 | 10100 | 11100 | 0 | 1101 | 100000001 | 110001 | 1001011 |
Color Harmonies of #B19FDE
Complementary color
Monochromatic Colors of #B19FDE
Black with #B19FDE
Text Example
Text Example
White with #B19FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FDE; }
p { color: rgb(177,159,222); }
H1.HeaderClassName
{
color: #B19FDE;
}
.AnyTagClassName
{
color: #B19FDE;
}
</style>
background-color css
<style>
a { background-color: #B19FDE; }
a { background-color: rgb(177,159,222); }
div.DivClassName
{
background-color: #B19FDE;
}
.BgClassName
{
background-color: #B19FDE;
}
</style>
border-color css
<style>
span { border-color: #B19FDE; }
span { border-color: rgb(177,159,222); }
td.TdClassName
{
border-color: #B19FDE;
}
.TagClassName
{
border-color: #B19FDE;
}
</style>