Shades of Biloba Flower #B19DEB
Tints of Biloba Flower #B19DEB
RGB
CMYK
RGB Variations
Color information
#B19DEB (or 0xB19DEB) is known color: Biloba Flower. HEX triplet: B1, 9D and EB. RGB value is (177,157,235). Sum of RGB (Red+Green+Blue) = 177+157+235=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B19DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19DEB is #4E6214. Grayscale: #ABABAB. Windows color (decimal): -5136917 or 15441329. OLE color: 15441329.
HSL color Cylindrical-coordinate representation of color #B19DEB: hue angle of 255.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19DEB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 157 | 235 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.08 |
| HSL | 255.38º | 0.66% | 0.77% | - |
| HSV(B) | 255.38º | 0.33% | 0.92% | - |
| XYZ | 45.18 | 39.46 | 83.83 | - |
| YUV | 171.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 235 | 0.25 | 0.33 | 0 | 0.08 | 255.38 | 0.66 | 0.77 |
| Hex | B1 | 9D | EB | 19 | 21 | 0 | 8 | FF | 42 | 4D |
| Octal | 261 | 235 | 353 | 31 | 41 | 0 | 10 | 377 | 102 | 115 |
| Binary | 10110001 | 10011101 | 11101011 | 11001 | 100001 | 0 | 1000 | 11111111 | 1000010 | 1001101 |
Color Harmonies of #B19DEB
Complementary color
Monochromatic Colors of #B19DEB
Black with #B19DEB
Text Example
Text Example
White with #B19DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DEB; }
p { color: rgb(177,157,235); }
H1.HeaderClassName
{
color: #B19DEB;
}
.AnyTagClassName
{
color: #B19DEB;
}
</style>
background-color css
<style>
a { background-color: #B19DEB; }
a { background-color: rgb(177,157,235); }
div.DivClassName
{
background-color: #B19DEB;
}
.BgClassName
{
background-color: #B19DEB;
}
</style>
border-color css
<style>
span { border-color: #B19DEB; }
span { border-color: rgb(177,157,235); }
td.TdClassName
{
border-color: #B19DEB;
}
.TagClassName
{
border-color: #B19DEB;
}
</style>