Shades of Biloba Flower #B19CDA
Tints of Biloba Flower #B19CDA
RGB
CMYK
RGB Variations
Color information
#B19CDA (or 0xB19CDA) is known color: Biloba Flower. HEX triplet: B1, 9C and DA. RGB value is (177,156,218). Sum of RGB (Red+Green+Blue) = 177+156+218=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B19CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CDA is #4E6325. Grayscale: #A9A9A9. Windows color (decimal): -5137190 or 14326961. OLE color: 14326961.
HSL color Cylindrical-coordinate representation of color #B19CDA: hue angle of 260.32º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19CDA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 156 | 218 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.15 |
| HSL | 260.32º | 0.46% | 0.73% | - |
| HSV(B) | 260.32º | 0.28% | 0.85% | - |
| XYZ | 42.67 | 38.19 | 71.45 | - |
| YUV | 169.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 218 | 0.19 | 0.28 | 0 | 0.15 | 260.32 | 0.46 | 0.73 |
| Hex | B1 | 9C | DA | 13 | 1C | 0 | F | 104 | 2E | 49 |
| Octal | 261 | 234 | 332 | 23 | 34 | 0 | 17 | 404 | 56 | 111 |
| Binary | 10110001 | 10011100 | 11011010 | 10011 | 11100 | 0 | 1111 | 100000100 | 101110 | 1001001 |
Color Harmonies of #B19CDA
Complementary color
Monochromatic Colors of #B19CDA
Black with #B19CDA
Text Example
Text Example
White with #B19CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CDA; }
p { color: rgb(177,156,218); }
H1.HeaderClassName
{
color: #B19CDA;
}
.AnyTagClassName
{
color: #B19CDA;
}
</style>
background-color css
<style>
a { background-color: #B19CDA; }
a { background-color: rgb(177,156,218); }
div.DivClassName
{
background-color: #B19CDA;
}
.BgClassName
{
background-color: #B19CDA;
}
</style>
border-color css
<style>
span { border-color: #B19CDA; }
span { border-color: rgb(177,156,218); }
td.TdClassName
{
border-color: #B19CDA;
}
.TagClassName
{
border-color: #B19CDA;
}
</style>