Shades of Biloba Flower #B49BED
Tints of Biloba Flower #B49BED
RGB
CMYK
RGB Variations
Color information
#B49BED (or 0xB49BED) is known color: Biloba Flower. HEX triplet: B4, 9B and ED. RGB value is (180,155,237). Sum of RGB (Red+Green+Blue) = 180+155+237=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B49BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BED is #4B6412. Grayscale: #ABABAB. Windows color (decimal): -4940819 or 15571892. OLE color: 15571892.
HSL color Cylindrical-coordinate representation of color #B49BED: hue angle of 258.29º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49BED is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 155 | 237 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.07 |
| HSL | 258.29º | 0.69% | 0.77% | - |
| HSV(B) | 258.29º | 0.35% | 0.93% | - |
| XYZ | 45.83 | 39.26 | 85.28 | - |
| YUV | 171.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 237 | 0.24 | 0.35 | 0 | 0.07 | 258.29 | 0.69 | 0.77 |
| Hex | B4 | 9B | ED | 18 | 23 | 0 | 7 | 102 | 45 | 4D |
| Octal | 264 | 233 | 355 | 30 | 43 | 0 | 7 | 402 | 105 | 115 |
| Binary | 10110100 | 10011011 | 11101101 | 11000 | 100011 | 0 | 111 | 100000010 | 1000101 | 1001101 |
Color Harmonies of #B49BED
Complementary color
Monochromatic Colors of #B49BED
Black with #B49BED
Text Example
Text Example
White with #B49BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BED; }
p { color: rgb(180,155,237); }
H1.HeaderClassName
{
color: #B49BED;
}
.AnyTagClassName
{
color: #B49BED;
}
</style>
background-color css
<style>
a { background-color: #B49BED; }
a { background-color: rgb(180,155,237); }
div.DivClassName
{
background-color: #B49BED;
}
.BgClassName
{
background-color: #B49BED;
}
</style>
border-color css
<style>
span { border-color: #B49BED; }
span { border-color: rgb(180,155,237); }
td.TdClassName
{
border-color: #B49BED;
}
.TagClassName
{
border-color: #B49BED;
}
</style>