Shades of Biloba Flower #B19BED
Tints of Biloba Flower #B19BED
RGB
CMYK
RGB Variations
Color information
#B19BED (or 0xB19BED) is known color: Biloba Flower. HEX triplet: B1, 9B and ED. RGB value is (177,155,237). Sum of RGB (Red+Green+Blue) = 177+155+237=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BED is #4E6412. Grayscale: #AAAAAA. Windows color (decimal): -5137427 or 15571889. OLE color: 15571889.
HSL color Cylindrical-coordinate representation of color #B19BED: hue angle of 256.1º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19BED is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 155 | 237 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.07 |
| HSL | 256.1º | 0.69% | 0.77% | - |
| HSV(B) | 256.1º | 0.35% | 0.93% | - |
| XYZ | 45.14 | 38.9 | 85.25 | - |
| YUV | 170.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 237 | 0.25 | 0.35 | 0 | 0.07 | 256.1 | 0.69 | 0.77 |
| Hex | B1 | 9B | ED | 19 | 23 | 0 | 7 | 100 | 45 | 4D |
| Octal | 261 | 233 | 355 | 31 | 43 | 0 | 7 | 400 | 105 | 115 |
| Binary | 10110001 | 10011011 | 11101101 | 11001 | 100011 | 0 | 111 | 100000000 | 1000101 | 1001101 |
Color Harmonies of #B19BED
Complementary color
Monochromatic Colors of #B19BED
Black with #B19BED
Text Example
Text Example
White with #B19BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BED; }
p { color: rgb(177,155,237); }
H1.HeaderClassName
{
color: #B19BED;
}
.AnyTagClassName
{
color: #B19BED;
}
</style>
background-color css
<style>
a { background-color: #B19BED; }
a { background-color: rgb(177,155,237); }
div.DivClassName
{
background-color: #B19BED;
}
.BgClassName
{
background-color: #B19BED;
}
</style>
border-color css
<style>
span { border-color: #B19BED; }
span { border-color: rgb(177,155,237); }
td.TdClassName
{
border-color: #B19BED;
}
.TagClassName
{
border-color: #B19BED;
}
</style>