Shades of Biloba Flower #B19DC6
Tints of Biloba Flower #B19DC6
RGB
CMYK
RGB Variations
Color information
#B19DC6 (or 0xB19DC6) is known color: Biloba Flower. HEX triplet: B1, 9D and C6. RGB value is (177,157,198). Sum of RGB (Red+Green+Blue) = 177+157+198=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #B19DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DC6 is #4E6239. Grayscale: #A7A7A7. Windows color (decimal): -5136954 or 13016497. OLE color: 13016497.
HSL color Cylindrical-coordinate representation of color #B19DC6: hue angle of 269.27º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19DC6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 157 | 198 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.22 |
| HSL | 269.27º | 0.26% | 0.7% | - |
| HSV(B) | 269.27º | 0.21% | 0.78% | - |
| XYZ | 40.38 | 37.54 | 58.54 | - |
| YUV | 167.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 198 | 0.11 | 0.21 | 0 | 0.22 | 269.27 | 0.26 | 0.7 |
| Hex | B1 | 9D | C6 | B | 15 | 0 | 16 | 10D | 1A | 46 |
| Octal | 261 | 235 | 306 | 13 | 25 | 0 | 26 | 415 | 32 | 106 |
| Binary | 10110001 | 10011101 | 11000110 | 1011 | 10101 | 0 | 10110 | 100001101 | 11010 | 1000110 |
Color Harmonies of #B19DC6
Complementary color
Monochromatic Colors of #B19DC6
Black with #B19DC6
Text Example
Text Example
White with #B19DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DC6; }
p { color: rgb(177,157,198); }
H1.HeaderClassName
{
color: #B19DC6;
}
.AnyTagClassName
{
color: #B19DC6;
}
</style>
background-color css
<style>
a { background-color: #B19DC6; }
a { background-color: rgb(177,157,198); }
div.DivClassName
{
background-color: #B19DC6;
}
.BgClassName
{
background-color: #B19DC6;
}
</style>
border-color css
<style>
span { border-color: #B19DC6; }
span { border-color: rgb(177,157,198); }
td.TdClassName
{
border-color: #B19DC6;
}
.TagClassName
{
border-color: #B19DC6;
}
</style>