Shades of Biloba Flower #B29FEA
Tints of Biloba Flower #B29FEA
RGB
CMYK
RGB Variations
Color information
#B29FEA (or 0xB29FEA) is known color: Biloba Flower. HEX triplet: B2, 9F and EA. RGB value is (178,159,234). Sum of RGB (Red+Green+Blue) = 178+159+234=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FEA is #4D6015. Grayscale: #ACACAC. Windows color (decimal): -5070870 or 15376306. OLE color: 15376306.
HSL color Cylindrical-coordinate representation of color #B29FEA: hue angle of 255.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29FEA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 159 | 234 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.08 |
| HSL | 255.2º | 0.64% | 0.77% | - |
| HSV(B) | 255.2º | 0.32% | 0.92% | - |
| XYZ | 45.61 | 40.2 | 83.2 | - |
| YUV | 173.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 234 | 0.24 | 0.32 | 0 | 0.08 | 255.2 | 0.64 | 0.77 |
| Hex | B2 | 9F | EA | 18 | 20 | 0 | 8 | FF | 40 | 4D |
| Octal | 262 | 237 | 352 | 30 | 40 | 0 | 10 | 377 | 100 | 115 |
| Binary | 10110010 | 10011111 | 11101010 | 11000 | 100000 | 0 | 1000 | 11111111 | 1000000 | 1001101 |
Color Harmonies of #B29FEA
Complementary color
Monochromatic Colors of #B29FEA
Black with #B29FEA
Text Example
Text Example
White with #B29FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FEA; }
p { color: rgb(178,159,234); }
H1.HeaderClassName
{
color: #B29FEA;
}
.AnyTagClassName
{
color: #B29FEA;
}
</style>
background-color css
<style>
a { background-color: #B29FEA; }
a { background-color: rgb(178,159,234); }
div.DivClassName
{
background-color: #B29FEA;
}
.BgClassName
{
background-color: #B29FEA;
}
</style>
border-color css
<style>
span { border-color: #B29FEA; }
span { border-color: rgb(178,159,234); }
td.TdClassName
{
border-color: #B29FEA;
}
.TagClassName
{
border-color: #B29FEA;
}
</style>