Shades of Biloba Flower #B29EE8
Tints of Biloba Flower #B29EE8
RGB
CMYK
RGB Variations
Color information
#B29EE8 (or 0xB29EE8) is known color: Biloba Flower. HEX triplet: B2, 9E and E8. RGB value is (178,158,232). Sum of RGB (Red+Green+Blue) = 178+158+232=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #B29EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EE8 is #4D6117. Grayscale: #ACACAC. Windows color (decimal): -5071128 or 15244978. OLE color: 15244978.
HSL color Cylindrical-coordinate representation of color #B29EE8: hue angle of 256.22º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29EE8 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 158 | 232 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.09 |
| HSL | 256.22º | 0.62% | 0.76% | - |
| HSV(B) | 256.22º | 0.32% | 0.91% | - |
| XYZ | 45.15 | 39.74 | 81.64 | - |
| YUV | 172.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 232 | 0.23 | 0.32 | 0 | 0.09 | 256.22 | 0.62 | 0.76 |
| Hex | B2 | 9E | E8 | 17 | 20 | 0 | 9 | 100 | 3E | 4C |
| Octal | 262 | 236 | 350 | 27 | 40 | 0 | 11 | 400 | 76 | 114 |
| Binary | 10110010 | 10011110 | 11101000 | 10111 | 100000 | 0 | 1001 | 100000000 | 111110 | 1001100 |
Color Harmonies of #B29EE8
Complementary color
Monochromatic Colors of #B29EE8
Black with #B29EE8
Text Example
Text Example
White with #B29EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29EE8; }
p { color: rgb(178,158,232); }
H1.HeaderClassName
{
color: #B29EE8;
}
.AnyTagClassName
{
color: #B29EE8;
}
</style>
background-color css
<style>
a { background-color: #B29EE8; }
a { background-color: rgb(178,158,232); }
div.DivClassName
{
background-color: #B29EE8;
}
.BgClassName
{
background-color: #B29EE8;
}
</style>
border-color css
<style>
span { border-color: #B29EE8; }
span { border-color: rgb(178,158,232); }
td.TdClassName
{
border-color: #B29EE8;
}
.TagClassName
{
border-color: #B29EE8;
}
</style>