Shades of Biloba Flower #B29ACC
Tints of Biloba Flower #B29ACC
RGB
CMYK
RGB Variations
Color information
#B29ACC (or 0xB29ACC) is known color: Biloba Flower. HEX triplet: B2, 9A and CC. RGB value is (178,154,204). Sum of RGB (Red+Green+Blue) = 178+154+204=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B29ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ACC is #4D6533. Grayscale: #A6A6A6. Windows color (decimal): -5072180 or 13408946. OLE color: 13408946.
HSL color Cylindrical-coordinate representation of color #B29ACC: hue angle of 268.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29ACC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 154 | 204 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.2 |
| HSL | 268.8º | 0.33% | 0.7% | - |
| HSV(B) | 268.8º | 0.25% | 0.8% | - |
| XYZ | 40.81 | 36.94 | 62.1 | - |
| YUV | 166.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 204 | 0.13 | 0.25 | 0 | 0.2 | 268.8 | 0.33 | 0.7 |
| Hex | B2 | 9A | CC | D | 19 | 0 | 14 | 10D | 21 | 46 |
| Octal | 262 | 232 | 314 | 15 | 31 | 0 | 24 | 415 | 41 | 106 |
| Binary | 10110010 | 10011010 | 11001100 | 1101 | 11001 | 0 | 10100 | 100001101 | 100001 | 1000110 |
Color Harmonies of #B29ACC
Complementary color
Monochromatic Colors of #B29ACC
Black with #B29ACC
Text Example
Text Example
White with #B29ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29ACC; }
p { color: rgb(178,154,204); }
H1.HeaderClassName
{
color: #B29ACC;
}
.AnyTagClassName
{
color: #B29ACC;
}
</style>
background-color css
<style>
a { background-color: #B29ACC; }
a { background-color: rgb(178,154,204); }
div.DivClassName
{
background-color: #B29ACC;
}
.BgClassName
{
background-color: #B29ACC;
}
</style>
border-color css
<style>
span { border-color: #B29ACC; }
span { border-color: rgb(178,154,204); }
td.TdClassName
{
border-color: #B29ACC;
}
.TagClassName
{
border-color: #B29ACC;
}
</style>