Shades of Biloba Flower #B49CCC
Tints of Biloba Flower #B49CCC
RGB
CMYK
RGB Variations
Color information
#B49CCC (or 0xB49CCC) is known color: Biloba Flower. HEX triplet: B4, 9C and CC. RGB value is (180,156,204). Sum of RGB (Red+Green+Blue) = 180+156+204=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CCC is #4B6333. Grayscale: #A8A8A8. Windows color (decimal): -4940596 or 13409460. OLE color: 13409460.
HSL color Cylindrical-coordinate representation of color #B49CCC: hue angle of 270º 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 #B49CCC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 156 | 204 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.2 |
| HSL | 270º | 0.32% | 0.71% | - |
| HSV(B) | 270º | 0.24% | 0.8% | - |
| XYZ | 41.61 | 37.84 | 62.24 | - |
| YUV | 168.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 204 | 0.12 | 0.24 | 0 | 0.2 | 270 | 0.32 | 0.71 |
| Hex | B4 | 9C | CC | C | 18 | 0 | 14 | 10E | 20 | 47 |
| Octal | 264 | 234 | 314 | 14 | 30 | 0 | 24 | 416 | 40 | 107 |
| Binary | 10110100 | 10011100 | 11001100 | 1100 | 11000 | 0 | 10100 | 100001110 | 100000 | 1000111 |
Color Harmonies of #B49CCC
Complementary color
Monochromatic Colors of #B49CCC
Black with #B49CCC
Text Example
Text Example
White with #B49CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CCC; }
p { color: rgb(180,156,204); }
H1.HeaderClassName
{
color: #B49CCC;
}
.AnyTagClassName
{
color: #B49CCC;
}
</style>
background-color css
<style>
a { background-color: #B49CCC; }
a { background-color: rgb(180,156,204); }
div.DivClassName
{
background-color: #B49CCC;
}
.BgClassName
{
background-color: #B49CCC;
}
</style>
border-color css
<style>
span { border-color: #B49CCC; }
span { border-color: rgb(180,156,204); }
td.TdClassName
{
border-color: #B49CCC;
}
.TagClassName
{
border-color: #B49CCC;
}
</style>