Shades of Biloba Flower #B29BD0
Tints of Biloba Flower #B29BD0
RGB
CMYK
RGB Variations
Color information
#B29BD0 (or 0xB29BD0) is known color: Biloba Flower. HEX triplet: B2, 9B and D0. RGB value is (178,155,208). Sum of RGB (Red+Green+Blue) = 178+155+208=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #B29BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BD0 is #4D642F. Grayscale: #A7A7A7. Windows color (decimal): -5071920 or 13671346. OLE color: 13671346.
HSL color Cylindrical-coordinate representation of color #B29BD0: hue angle of 266.04º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29BD0 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 155 | 208 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.18 |
| HSL | 266.04º | 0.36% | 0.71% | - |
| HSV(B) | 266.04º | 0.25% | 0.82% | - |
| XYZ | 41.47 | 37.46 | 64.72 | - |
| YUV | 167.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 208 | 0.14 | 0.25 | 0 | 0.18 | 266.04 | 0.36 | 0.71 |
| Hex | B2 | 9B | D0 | E | 19 | 0 | 12 | 10A | 24 | 47 |
| Octal | 262 | 233 | 320 | 16 | 31 | 0 | 22 | 412 | 44 | 107 |
| Binary | 10110010 | 10011011 | 11010000 | 1110 | 11001 | 0 | 10010 | 100001010 | 100100 | 1000111 |
Color Harmonies of #B29BD0
Complementary color
Monochromatic Colors of #B29BD0
Black with #B29BD0
Text Example
Text Example
White with #B29BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BD0; }
p { color: rgb(178,155,208); }
H1.HeaderClassName
{
color: #B29BD0;
}
.AnyTagClassName
{
color: #B29BD0;
}
</style>
background-color css
<style>
a { background-color: #B29BD0; }
a { background-color: rgb(178,155,208); }
div.DivClassName
{
background-color: #B29BD0;
}
.BgClassName
{
background-color: #B29BD0;
}
</style>
border-color css
<style>
span { border-color: #B29BD0; }
span { border-color: rgb(178,155,208); }
td.TdClassName
{
border-color: #B29BD0;
}
.TagClassName
{
border-color: #B29BD0;
}
</style>