Shades of Biloba Flower #B29CCC
Tints of Biloba Flower #B29CCC
RGB
CMYK
RGB Variations
Color information
#B29CCC (or 0xB29CCC) is known color: Biloba Flower. HEX triplet: B2, 9C and CC. RGB value is (178,156,204). Sum of RGB (Red+Green+Blue) = 178+156+204=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B29CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CCC is #4D6333. Grayscale: #A7A7A7. Windows color (decimal): -5071668 or 13409458. OLE color: 13409458.
HSL color Cylindrical-coordinate representation of color #B29CCC: hue angle of 267.5º degrees, saturation: 0.32, 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 #B29CCC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 156 | 204 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.2 |
| HSL | 267.5º | 0.32% | 0.71% | - |
| HSV(B) | 267.5º | 0.24% | 0.8% | - |
| XYZ | 41.15 | 37.6 | 62.22 | - |
| YUV | 168.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 204 | 0.13 | 0.24 | 0 | 0.2 | 267.5 | 0.32 | 0.71 |
| Hex | B2 | 9C | CC | D | 18 | 0 | 14 | 10C | 20 | 47 |
| Octal | 262 | 234 | 314 | 15 | 30 | 0 | 24 | 414 | 40 | 107 |
| Binary | 10110010 | 10011100 | 11001100 | 1101 | 11000 | 0 | 10100 | 100001100 | 100000 | 1000111 |
Color Harmonies of #B29CCC
Complementary color
Monochromatic Colors of #B29CCC
Black with #B29CCC
Text Example
Text Example
White with #B29CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CCC; }
p { color: rgb(178,156,204); }
H1.HeaderClassName
{
color: #B29CCC;
}
.AnyTagClassName
{
color: #B29CCC;
}
</style>
background-color css
<style>
a { background-color: #B29CCC; }
a { background-color: rgb(178,156,204); }
div.DivClassName
{
background-color: #B29CCC;
}
.BgClassName
{
background-color: #B29CCC;
}
</style>
border-color css
<style>
span { border-color: #B29CCC; }
span { border-color: rgb(178,156,204); }
td.TdClassName
{
border-color: #B29CCC;
}
.TagClassName
{
border-color: #B29CCC;
}
</style>