Shades of Biloba Flower #B19DCC
Tints of Biloba Flower #B19DCC
RGB
CMYK
RGB Variations
Color information
#B19DCC (or 0xB19DCC) is known color: Biloba Flower. HEX triplet: B1, 9D and CC. RGB value is (177,157,204). Sum of RGB (Red+Green+Blue) = 177+157+204=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B19DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCC is #4E6233. Grayscale: #A8A8A8. Windows color (decimal): -5136948 or 13409713. OLE color: 13409713.
HSL color Cylindrical-coordinate representation of color #B19DCC: hue angle of 265.53º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19DCC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 157 | 204 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.2 |
| HSL | 265.53º | 0.32% | 0.71% | - |
| HSV(B) | 265.53º | 0.23% | 0.8% | - |
| XYZ | 41.09 | 37.82 | 62.26 | - |
| YUV | 168.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 204 | 0.13 | 0.23 | 0 | 0.2 | 265.53 | 0.32 | 0.71 |
| Hex | B1 | 9D | CC | D | 17 | 0 | 14 | 10A | 20 | 47 |
| Octal | 261 | 235 | 314 | 15 | 27 | 0 | 24 | 412 | 40 | 107 |
| Binary | 10110001 | 10011101 | 11001100 | 1101 | 10111 | 0 | 10100 | 100001010 | 100000 | 1000111 |
Color Harmonies of #B19DCC
Complementary color
Monochromatic Colors of #B19DCC
Black with #B19DCC
Text Example
Text Example
White with #B19DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DCC; }
p { color: rgb(177,157,204); }
H1.HeaderClassName
{
color: #B19DCC;
}
.AnyTagClassName
{
color: #B19DCC;
}
</style>
background-color css
<style>
a { background-color: #B19DCC; }
a { background-color: rgb(177,157,204); }
div.DivClassName
{
background-color: #B19DCC;
}
.BgClassName
{
background-color: #B19DCC;
}
</style>
border-color css
<style>
span { border-color: #B19DCC; }
span { border-color: rgb(177,157,204); }
td.TdClassName
{
border-color: #B19DCC;
}
.TagClassName
{
border-color: #B19DCC;
}
</style>