Shades of Biloba Flower #B29CCD
Tints of Biloba Flower #B29CCD
RGB
CMYK
RGB Variations
Color information
#B29CCD (or 0xB29CCD) is known color: Biloba Flower. HEX triplet: B2, 9C and CD. RGB value is (178,156,205). Sum of RGB (Red+Green+Blue) = 178+156+205=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B29CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CCD is #4D6332. Grayscale: #A7A7A7. Windows color (decimal): -5071667 or 13474994. OLE color: 13474994.
HSL color Cylindrical-coordinate representation of color #B29CCD: hue angle of 266.94º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29CCD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 156 | 205 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.20 |
| HSL | 266.94º | 0.33% | 0.71% | - |
| HSV(B) | 266.94º | 0.24% | 0.8% | - |
| XYZ | 41.27 | 37.65 | 62.85 | - |
| YUV | 168.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 205 | 0.13 | 0.24 | 0 | 0.20 | 266.94 | 0.33 | 0.71 |
| Hex | B2 | 9C | CD | D | 18 | 0 | 14 | 10B | 21 | 47 |
| Octal | 262 | 234 | 315 | 15 | 30 | 0 | 24 | 413 | 41 | 107 |
| Binary | 10110010 | 10011100 | 11001101 | 1101 | 11000 | 0 | 10100 | 100001011 | 100001 | 1000111 |
Color Harmonies of #B29CCD
Complementary color
Monochromatic Colors of #B29CCD
Black with #B29CCD
Text Example
Text Example
White with #B29CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CCD; }
p { color: rgb(178,156,205); }
H1.HeaderClassName
{
color: #B29CCD;
}
.AnyTagClassName
{
color: #B29CCD;
}
</style>
background-color css
<style>
a { background-color: #B29CCD; }
a { background-color: rgb(178,156,205); }
div.DivClassName
{
background-color: #B29CCD;
}
.BgClassName
{
background-color: #B29CCD;
}
</style>
border-color css
<style>
span { border-color: #B29CCD; }
span { border-color: rgb(178,156,205); }
td.TdClassName
{
border-color: #B29CCD;
}
.TagClassName
{
border-color: #B29CCD;
}
</style>