Shades of Biloba Flower #B29BD2
Tints of Biloba Flower #B29BD2
RGB
CMYK
RGB Variations
Color information
#B29BD2 (or 0xB29BD2) is known color: Biloba Flower. HEX triplet: B2, 9B and D2. RGB value is (178,155,210). Sum of RGB (Red+Green+Blue) = 178+155+210=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #B29BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BD2 is #4D642D. Grayscale: #A7A7A7. Windows color (decimal): -5071918 or 13802418. OLE color: 13802418.
HSL color Cylindrical-coordinate representation of color #B29BD2: hue angle of 265.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29BD2 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 155 | 210 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.18 |
| HSL | 265.09º | 0.38% | 0.72% | - |
| HSV(B) | 265.09º | 0.26% | 0.82% | - |
| XYZ | 41.71 | 37.56 | 66.02 | - |
| YUV | 168.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 210 | 0.15 | 0.26 | 0 | 0.18 | 265.09 | 0.38 | 0.72 |
| Hex | B2 | 9B | D2 | F | 1A | 0 | 12 | 109 | 26 | 48 |
| Octal | 262 | 233 | 322 | 17 | 32 | 0 | 22 | 411 | 46 | 110 |
| Binary | 10110010 | 10011011 | 11010010 | 1111 | 11010 | 0 | 10010 | 100001001 | 100110 | 1001000 |
Color Harmonies of #B29BD2
Complementary color
Monochromatic Colors of #B29BD2
Black with #B29BD2
Text Example
Text Example
White with #B29BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BD2; }
p { color: rgb(178,155,210); }
H1.HeaderClassName
{
color: #B29BD2;
}
.AnyTagClassName
{
color: #B29BD2;
}
</style>
background-color css
<style>
a { background-color: #B29BD2; }
a { background-color: rgb(178,155,210); }
div.DivClassName
{
background-color: #B29BD2;
}
.BgClassName
{
background-color: #B29BD2;
}
</style>
border-color css
<style>
span { border-color: #B29BD2; }
span { border-color: rgb(178,155,210); }
td.TdClassName
{
border-color: #B29BD2;
}
.TagClassName
{
border-color: #B29BD2;
}
</style>