Shades of Biloba Flower #B29EDB
Tints of Biloba Flower #B29EDB
RGB
CMYK
RGB Variations
Color information
#B29EDB (or 0xB29EDB) is known color: Biloba Flower. HEX triplet: B2, 9E and DB. RGB value is (178,158,219). Sum of RGB (Red+Green+Blue) = 178+158+219=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EDB is #4D6124. Grayscale: #AAAAAA. Windows color (decimal): -5071141 or 14393010. OLE color: 14393010.
HSL color Cylindrical-coordinate representation of color #B29EDB: hue angle of 259.67º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29EDB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 158 | 219 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.14 |
| HSL | 259.67º | 0.46% | 0.74% | - |
| HSV(B) | 259.67º | 0.28% | 0.86% | - |
| XYZ | 43.37 | 39.03 | 72.27 | - |
| YUV | 170.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 219 | 0.19 | 0.28 | 0 | 0.14 | 259.67 | 0.46 | 0.74 |
| Hex | B2 | 9E | DB | 13 | 1C | 0 | E | 104 | 2E | 4A |
| Octal | 262 | 236 | 333 | 23 | 34 | 0 | 16 | 404 | 56 | 112 |
| Binary | 10110010 | 10011110 | 11011011 | 10011 | 11100 | 0 | 1110 | 100000100 | 101110 | 1001010 |
Color Harmonies of #B29EDB
Complementary color
Monochromatic Colors of #B29EDB
Black with #B29EDB
Text Example
Text Example
White with #B29EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29EDB; }
p { color: rgb(178,158,219); }
H1.HeaderClassName
{
color: #B29EDB;
}
.AnyTagClassName
{
color: #B29EDB;
}
</style>
background-color css
<style>
a { background-color: #B29EDB; }
a { background-color: rgb(178,158,219); }
div.DivClassName
{
background-color: #B29EDB;
}
.BgClassName
{
background-color: #B29EDB;
}
</style>
border-color css
<style>
span { border-color: #B29EDB; }
span { border-color: rgb(178,158,219); }
td.TdClassName
{
border-color: #B29EDB;
}
.TagClassName
{
border-color: #B29EDB;
}
</style>