Shades of Biloba Flower #B49EEF
Tints of Biloba Flower #B49EEF
RGB
CMYK
RGB Variations
Color information
#B49EEF (or 0xB49EEF) is known color: Biloba Flower. HEX triplet: B4, 9E and EF. RGB value is (180,158,239). Sum of RGB (Red+Green+Blue) = 180+158+239=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #B49EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EEF is #4B6110. Grayscale: #ADADAD. Windows color (decimal): -4940049 or 15703732. OLE color: 15703732.
HSL color Cylindrical-coordinate representation of color #B49EEF: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49EEF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 158 | 239 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.06 |
| HSL | 256.3º | 0.72% | 0.78% | - |
| HSV(B) | 256.3º | 0.34% | 0.94% | - |
| XYZ | 46.63 | 40.39 | 87 | - |
| YUV | 173.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 239 | 0.25 | 0.34 | 0 | 0.06 | 256.3 | 0.72 | 0.78 |
| Hex | B4 | 9E | EF | 19 | 22 | 0 | 6 | 100 | 48 | 4E |
| Octal | 264 | 236 | 357 | 31 | 42 | 0 | 6 | 400 | 110 | 116 |
| Binary | 10110100 | 10011110 | 11101111 | 11001 | 100010 | 0 | 110 | 100000000 | 1001000 | 1001110 |
Color Harmonies of #B49EEF
Complementary color
Monochromatic Colors of #B49EEF
Black with #B49EEF
Text Example
Text Example
White with #B49EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EEF; }
p { color: rgb(180,158,239); }
H1.HeaderClassName
{
color: #B49EEF;
}
.AnyTagClassName
{
color: #B49EEF;
}
</style>
background-color css
<style>
a { background-color: #B49EEF; }
a { background-color: rgb(180,158,239); }
div.DivClassName
{
background-color: #B49EEF;
}
.BgClassName
{
background-color: #B49EEF;
}
</style>
border-color css
<style>
span { border-color: #B49EEF; }
span { border-color: rgb(180,158,239); }
td.TdClassName
{
border-color: #B49EEF;
}
.TagClassName
{
border-color: #B49EEF;
}
</style>