Shades of Biloba Flower #B29FDC
Tints of Biloba Flower #B29FDC
RGB
CMYK
RGB Variations
Color information
#B29FDC (or 0xB29FDC) is known color: Biloba Flower. HEX triplet: B2, 9F and DC. RGB value is (178,159,220). Sum of RGB (Red+Green+Blue) = 178+159+220=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FDC is #4D6023. Grayscale: #ABABAB. Windows color (decimal): -5070884 or 14458802. OLE color: 14458802.
HSL color Cylindrical-coordinate representation of color #B29FDC: hue angle of 258.69º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29FDC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 159 | 220 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.14 |
| HSL | 258.69º | 0.47% | 0.74% | - |
| HSV(B) | 258.69º | 0.28% | 0.86% | - |
| XYZ | 43.68 | 39.43 | 73.02 | - |
| YUV | 171.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 220 | 0.19 | 0.28 | 0 | 0.14 | 258.69 | 0.47 | 0.74 |
| Hex | B2 | 9F | DC | 13 | 1C | 0 | E | 103 | 2F | 4A |
| Octal | 262 | 237 | 334 | 23 | 34 | 0 | 16 | 403 | 57 | 112 |
| Binary | 10110010 | 10011111 | 11011100 | 10011 | 11100 | 0 | 1110 | 100000011 | 101111 | 1001010 |
Color Harmonies of #B29FDC
Complementary color
Monochromatic Colors of #B29FDC
Black with #B29FDC
Text Example
Text Example
White with #B29FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FDC; }
p { color: rgb(178,159,220); }
H1.HeaderClassName
{
color: #B29FDC;
}
.AnyTagClassName
{
color: #B29FDC;
}
</style>
background-color css
<style>
a { background-color: #B29FDC; }
a { background-color: rgb(178,159,220); }
div.DivClassName
{
background-color: #B29FDC;
}
.BgClassName
{
background-color: #B29FDC;
}
</style>
border-color css
<style>
span { border-color: #B29FDC; }
span { border-color: rgb(178,159,220); }
td.TdClassName
{
border-color: #B29FDC;
}
.TagClassName
{
border-color: #B29FDC;
}
</style>