Shades of Biloba Flower #B29DDD
Tints of Biloba Flower #B29DDD
RGB
CMYK
RGB Variations
Color information
#B29DDD (or 0xB29DDD) is known color: Biloba Flower. HEX triplet: B2, 9D and DD. RGB value is (178,157,221). Sum of RGB (Red+Green+Blue) = 178+157+221=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDD is #4D6222. Grayscale: #AAAAAA. Windows color (decimal): -5071395 or 14523826. OLE color: 14523826.
HSL color Cylindrical-coordinate representation of color #B29DDD: hue angle of 259.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29DDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 157 | 221 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.13 |
| HSL | 259.69º | 0.48% | 0.74% | - |
| HSV(B) | 259.69º | 0.29% | 0.87% | - |
| XYZ | 43.47 | 38.8 | 73.6 | - |
| YUV | 170.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 221 | 0.19 | 0.29 | 0 | 0.13 | 259.69 | 0.48 | 0.74 |
| Hex | B2 | 9D | DD | 13 | 1D | 0 | D | 104 | 30 | 4A |
| Octal | 262 | 235 | 335 | 23 | 35 | 0 | 15 | 404 | 60 | 112 |
| Binary | 10110010 | 10011101 | 11011101 | 10011 | 11101 | 0 | 1101 | 100000100 | 110000 | 1001010 |
Color Harmonies of #B29DDD
Complementary color
Monochromatic Colors of #B29DDD
Black with #B29DDD
Text Example
Text Example
White with #B29DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29DDD; }
p { color: rgb(178,157,221); }
H1.HeaderClassName
{
color: #B29DDD;
}
.AnyTagClassName
{
color: #B29DDD;
}
</style>
background-color css
<style>
a { background-color: #B29DDD; }
a { background-color: rgb(178,157,221); }
div.DivClassName
{
background-color: #B29DDD;
}
.BgClassName
{
background-color: #B29DDD;
}
</style>
border-color css
<style>
span { border-color: #B29DDD; }
span { border-color: rgb(178,157,221); }
td.TdClassName
{
border-color: #B29DDD;
}
.TagClassName
{
border-color: #B29DDD;
}
</style>