Shades of Biloba Flower #B19BEE
Tints of Biloba Flower #B19BEE
RGB
CMYK
RGB Variations
Color information
#B19BEE (or 0xB19BEE) is known color: Biloba Flower. HEX triplet: B1, 9B and EE. RGB value is (177,155,238). Sum of RGB (Red+Green+Blue) = 177+155+238=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B19BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BEE is #4E6411. Grayscale: #AAAAAA. Windows color (decimal): -5137426 or 15637425. OLE color: 15637425.
HSL color Cylindrical-coordinate representation of color #B19BEE: hue angle of 255.9º degrees, saturation: 0.71, 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 #B19BEE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 155 | 238 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.07 |
| HSL | 255.9º | 0.71% | 0.77% | - |
| HSV(B) | 255.9º | 0.35% | 0.93% | - |
| XYZ | 45.29 | 38.96 | 86.02 | - |
| YUV | 171.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 238 | 0.26 | 0.35 | 0 | 0.07 | 255.9 | 0.71 | 0.77 |
| Hex | B1 | 9B | EE | 1A | 23 | 0 | 7 | 100 | 47 | 4D |
| Octal | 261 | 233 | 356 | 32 | 43 | 0 | 7 | 400 | 107 | 115 |
| Binary | 10110001 | 10011011 | 11101110 | 11010 | 100011 | 0 | 111 | 100000000 | 1000111 | 1001101 |
Color Harmonies of #B19BEE
Complementary color
Monochromatic Colors of #B19BEE
Black with #B19BEE
Text Example
Text Example
White with #B19BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BEE; }
p { color: rgb(177,155,238); }
H1.HeaderClassName
{
color: #B19BEE;
}
.AnyTagClassName
{
color: #B19BEE;
}
</style>
background-color css
<style>
a { background-color: #B19BEE; }
a { background-color: rgb(177,155,238); }
div.DivClassName
{
background-color: #B19BEE;
}
.BgClassName
{
background-color: #B19BEE;
}
</style>
border-color css
<style>
span { border-color: #B19BEE; }
span { border-color: rgb(177,155,238); }
td.TdClassName
{
border-color: #B19BEE;
}
.TagClassName
{
border-color: #B19BEE;
}
</style>