Shades of Biloba Flower #B49ECF
Tints of Biloba Flower #B49ECF
RGB
CMYK
RGB Variations
Color information
#B49ECF (or 0xB49ECF) is known color: Biloba Flower. HEX triplet: B4, 9E and CF. RGB value is (180,158,207). Sum of RGB (Red+Green+Blue) = 180+158+207=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #B49ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECF is #4B6130. Grayscale: #A9A9A9. Windows color (decimal): -4940081 or 13606580. OLE color: 13606580.
HSL color Cylindrical-coordinate representation of color #B49ECF: hue angle of 266.94º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49ECF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 158 | 207 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.19 |
| HSL | 266.94º | 0.34% | 0.72% | - |
| HSV(B) | 266.94º | 0.24% | 0.81% | - |
| XYZ | 42.31 | 38.66 | 64.26 | - |
| YUV | 170.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 207 | 0.13 | 0.24 | 0 | 0.19 | 266.94 | 0.34 | 0.72 |
| Hex | B4 | 9E | CF | D | 18 | 0 | 13 | 10B | 22 | 48 |
| Octal | 264 | 236 | 317 | 15 | 30 | 0 | 23 | 413 | 42 | 110 |
| Binary | 10110100 | 10011110 | 11001111 | 1101 | 11000 | 0 | 10011 | 100001011 | 100010 | 1001000 |
Color Harmonies of #B49ECF
Complementary color
Monochromatic Colors of #B49ECF
Black with #B49ECF
Text Example
Text Example
White with #B49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ECF; }
p { color: rgb(180,158,207); }
H1.HeaderClassName
{
color: #B49ECF;
}
.AnyTagClassName
{
color: #B49ECF;
}
</style>
background-color css
<style>
a { background-color: #B49ECF; }
a { background-color: rgb(180,158,207); }
div.DivClassName
{
background-color: #B49ECF;
}
.BgClassName
{
background-color: #B49ECF;
}
</style>
border-color css
<style>
span { border-color: #B49ECF; }
span { border-color: rgb(180,158,207); }
td.TdClassName
{
border-color: #B49ECF;
}
.TagClassName
{
border-color: #B49ECF;
}
</style>