Shades of Biloba Flower #B49CCE
Tints of Biloba Flower #B49CCE
RGB
CMYK
RGB Variations
Color information
#B49CCE (or 0xB49CCE) is known color: Biloba Flower. HEX triplet: B4, 9C and CE. RGB value is (180,156,206). Sum of RGB (Red+Green+Blue) = 180+156+206=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CCE is #4B6331. Grayscale: #A8A8A8. Windows color (decimal): -4940594 or 13540532. OLE color: 13540532.
HSL color Cylindrical-coordinate representation of color #B49CCE: hue angle of 268.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49CCE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 156 | 206 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.19 |
| HSL | 268.8º | 0.34% | 0.71% | - |
| HSV(B) | 268.8º | 0.24% | 0.81% | - |
| XYZ | 41.85 | 37.94 | 63.51 | - |
| YUV | 168.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 206 | 0.13 | 0.24 | 0 | 0.19 | 268.8 | 0.34 | 0.71 |
| Hex | B4 | 9C | CE | D | 18 | 0 | 13 | 10D | 22 | 47 |
| Octal | 264 | 234 | 316 | 15 | 30 | 0 | 23 | 415 | 42 | 107 |
| Binary | 10110100 | 10011100 | 11001110 | 1101 | 11000 | 0 | 10011 | 100001101 | 100010 | 1000111 |
Color Harmonies of #B49CCE
Complementary color
Monochromatic Colors of #B49CCE
Black with #B49CCE
Text Example
Text Example
White with #B49CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CCE; }
p { color: rgb(180,156,206); }
H1.HeaderClassName
{
color: #B49CCE;
}
.AnyTagClassName
{
color: #B49CCE;
}
</style>
background-color css
<style>
a { background-color: #B49CCE; }
a { background-color: rgb(180,156,206); }
div.DivClassName
{
background-color: #B49CCE;
}
.BgClassName
{
background-color: #B49CCE;
}
</style>
border-color css
<style>
span { border-color: #B49CCE; }
span { border-color: rgb(180,156,206); }
td.TdClassName
{
border-color: #B49CCE;
}
.TagClassName
{
border-color: #B49CCE;
}
</style>