Shades of Biloba Flower #B49ACC
Tints of Biloba Flower #B49ACC
RGB
CMYK
RGB Variations
Color information
#B49ACC (or 0xB49ACC) is known color: Biloba Flower. HEX triplet: B4, 9A and CC. RGB value is (180,154,204). Sum of RGB (Red+Green+Blue) = 180+154+204=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 154 (60.55% from 255 or 28.62% 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 #B49ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACC is #4B6533. Grayscale: #A7A7A7. Windows color (decimal): -4941108 or 13408948. OLE color: 13408948.
HSL color Cylindrical-coordinate representation of color #B49ACC: hue angle of 271.2º 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 #B49ACC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 154 | 204 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.2 |
| HSL | 271.2º | 0.33% | 0.7% | - |
| HSV(B) | 271.2º | 0.25% | 0.8% | - |
| XYZ | 41.28 | 37.17 | 62.13 | - |
| YUV | 167.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 204 | 0.12 | 0.25 | 0 | 0.2 | 271.2 | 0.33 | 0.7 |
| Hex | B4 | 9A | CC | C | 19 | 0 | 14 | 10F | 21 | 46 |
| Octal | 264 | 232 | 314 | 14 | 31 | 0 | 24 | 417 | 41 | 106 |
| Binary | 10110100 | 10011010 | 11001100 | 1100 | 11001 | 0 | 10100 | 100001111 | 100001 | 1000110 |
Color Harmonies of #B49ACC
Complementary color
Monochromatic Colors of #B49ACC
Black with #B49ACC
Text Example
Text Example
White with #B49ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ACC; }
p { color: rgb(180,154,204); }
H1.HeaderClassName
{
color: #B49ACC;
}
.AnyTagClassName
{
color: #B49ACC;
}
</style>
background-color css
<style>
a { background-color: #B49ACC; }
a { background-color: rgb(180,154,204); }
div.DivClassName
{
background-color: #B49ACC;
}
.BgClassName
{
background-color: #B49ACC;
}
</style>
border-color css
<style>
span { border-color: #B49ACC; }
span { border-color: rgb(180,154,204); }
td.TdClassName
{
border-color: #B49ACC;
}
.TagClassName
{
border-color: #B49ACC;
}
</style>