Shades of Biloba Flower #B49ECC
Tints of Biloba Flower #B49ECC
RGB
CMYK
RGB Variations
Color information
#B49ECC (or 0xB49ECC) is known color: Biloba Flower. HEX triplet: B4, 9E and CC. RGB value is (180,158,204). Sum of RGB (Red+Green+Blue) = 180+158+204=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECC is #4B6133. Grayscale: #A9A9A9. Windows color (decimal): -4940084 or 13409972. OLE color: 13409972.
HSL color Cylindrical-coordinate representation of color #B49ECC: hue angle of 268.7º degrees, saturation: 0.31, 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 #B49ECC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 158 | 204 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.2 |
| HSL | 268.7º | 0.31% | 0.71% | - |
| HSV(B) | 268.7º | 0.23% | 0.8% | - |
| XYZ | 41.95 | 38.52 | 62.35 | - |
| YUV | 169.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 204 | 0.12 | 0.23 | 0 | 0.2 | 268.7 | 0.31 | 0.71 |
| Hex | B4 | 9E | CC | C | 17 | 0 | 14 | 10D | 1F | 47 |
| Octal | 264 | 236 | 314 | 14 | 27 | 0 | 24 | 415 | 37 | 107 |
| Binary | 10110100 | 10011110 | 11001100 | 1100 | 10111 | 0 | 10100 | 100001101 | 11111 | 1000111 |
Color Harmonies of #B49ECC
Complementary color
Monochromatic Colors of #B49ECC
Black with #B49ECC
Text Example
Text Example
White with #B49ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ECC; }
p { color: rgb(180,158,204); }
H1.HeaderClassName
{
color: #B49ECC;
}
.AnyTagClassName
{
color: #B49ECC;
}
</style>
background-color css
<style>
a { background-color: #B49ECC; }
a { background-color: rgb(180,158,204); }
div.DivClassName
{
background-color: #B49ECC;
}
.BgClassName
{
background-color: #B49ECC;
}
</style>
border-color css
<style>
span { border-color: #B49ECC; }
span { border-color: rgb(180,158,204); }
td.TdClassName
{
border-color: #B49ECC;
}
.TagClassName
{
border-color: #B49ECC;
}
</style>