Shades of Biloba Flower #B19FCE
Tints of Biloba Flower #B19FCE
RGB
CMYK
RGB Variations
Color information
#B19FCE (or 0xB19FCE) is known color: Biloba Flower. HEX triplet: B1, 9F and CE. RGB value is (177,159,206). Sum of RGB (Red+Green+Blue) = 177+159+206=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B19FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FCE is #4E6031. Grayscale: #A9A9A9. Windows color (decimal): -5136434 or 13541297. OLE color: 13541297.
HSL color Cylindrical-coordinate representation of color #B19FCE: hue angle of 262.98º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19FCE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 159 | 206 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.19 |
| HSL | 262.98º | 0.32% | 0.72% | - |
| HSV(B) | 262.98º | 0.23% | 0.81% | - |
| XYZ | 41.67 | 38.6 | 63.65 | - |
| YUV | 169.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 206 | 0.14 | 0.23 | 0 | 0.19 | 262.98 | 0.32 | 0.72 |
| Hex | B1 | 9F | CE | E | 17 | 0 | 13 | 107 | 20 | 48 |
| Octal | 261 | 237 | 316 | 16 | 27 | 0 | 23 | 407 | 40 | 110 |
| Binary | 10110001 | 10011111 | 11001110 | 1110 | 10111 | 0 | 10011 | 100000111 | 100000 | 1001000 |
Color Harmonies of #B19FCE
Complementary color
Monochromatic Colors of #B19FCE
Black with #B19FCE
Text Example
Text Example
White with #B19FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FCE; }
p { color: rgb(177,159,206); }
H1.HeaderClassName
{
color: #B19FCE;
}
.AnyTagClassName
{
color: #B19FCE;
}
</style>
background-color css
<style>
a { background-color: #B19FCE; }
a { background-color: rgb(177,159,206); }
div.DivClassName
{
background-color: #B19FCE;
}
.BgClassName
{
background-color: #B19FCE;
}
</style>
border-color css
<style>
span { border-color: #B19FCE; }
span { border-color: rgb(177,159,206); }
td.TdClassName
{
border-color: #B19FCE;
}
.TagClassName
{
border-color: #B19FCE;
}
</style>