Shades of Biloba Flower #B29EC6
Tints of Biloba Flower #B29EC6
RGB
CMYK
RGB Variations
Color information
#B29EC6 (or 0xB29EC6) is known color: Biloba Flower. HEX triplet: B2, 9E and C6. RGB value is (178,158,198). Sum of RGB (Red+Green+Blue) = 178+158+198=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #B29EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EC6 is #4D6139. Grayscale: #A8A8A8. Windows color (decimal): -5071162 or 13016754. OLE color: 13016754.
HSL color Cylindrical-coordinate representation of color #B29EC6: hue angle of 270º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B29EC6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 158 | 198 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.22 |
| HSL | 270º | 0.26% | 0.7% | - |
| HSV(B) | 270º | 0.2% | 0.78% | - |
| XYZ | 40.78 | 38 | 58.61 | - |
| YUV | 168.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 198 | 0.10 | 0.20 | 0 | 0.22 | 270 | 0.26 | 0.7 |
| Hex | B2 | 9E | C6 | A | 14 | 0 | 16 | 10E | 1A | 46 |
| Octal | 262 | 236 | 306 | 12 | 24 | 0 | 26 | 416 | 32 | 106 |
| Binary | 10110010 | 10011110 | 11000110 | 1010 | 10100 | 0 | 10110 | 100001110 | 11010 | 1000110 |
Color Harmonies of #B29EC6
Complementary color
Monochromatic Colors of #B29EC6
Black with #B29EC6
Text Example
Text Example
White with #B29EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29EC6; }
p { color: rgb(178,158,198); }
H1.HeaderClassName
{
color: #B29EC6;
}
.AnyTagClassName
{
color: #B29EC6;
}
</style>
background-color css
<style>
a { background-color: #B29EC6; }
a { background-color: rgb(178,158,198); }
div.DivClassName
{
background-color: #B29EC6;
}
.BgClassName
{
background-color: #B29EC6;
}
</style>
border-color css
<style>
span { border-color: #B29EC6; }
span { border-color: rgb(178,158,198); }
td.TdClassName
{
border-color: #B29EC6;
}
.TagClassName
{
border-color: #B29EC6;
}
</style>