Shades of Biloba Flower #B19CCD
Tints of Biloba Flower #B19CCD
RGB
CMYK
RGB Variations
Color information
#B19CCD (or 0xB19CCD) is known color: Biloba Flower. HEX triplet: B1, 9C and CD. RGB value is (177,156,205). Sum of RGB (Red+Green+Blue) = 177+156+205=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CCD is #4E6332. Grayscale: #A7A7A7. Windows color (decimal): -5137203 or 13474993. OLE color: 13474993.
HSL color Cylindrical-coordinate representation of color #B19CCD: hue angle of 265.71º degrees, saturation: 0.33, 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 #B19CCD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 156 | 205 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.20 |
| HSL | 265.71º | 0.33% | 0.71% | - |
| HSV(B) | 265.71º | 0.24% | 0.8% | - |
| XYZ | 41.04 | 37.53 | 62.84 | - |
| YUV | 167.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 205 | 0.14 | 0.24 | 0 | 0.20 | 265.71 | 0.33 | 0.71 |
| Hex | B1 | 9C | CD | E | 18 | 0 | 14 | 10A | 21 | 47 |
| Octal | 261 | 234 | 315 | 16 | 30 | 0 | 24 | 412 | 41 | 107 |
| Binary | 10110001 | 10011100 | 11001101 | 1110 | 11000 | 0 | 10100 | 100001010 | 100001 | 1000111 |
Color Harmonies of #B19CCD
Complementary color
Monochromatic Colors of #B19CCD
Black with #B19CCD
Text Example
Text Example
White with #B19CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CCD; }
p { color: rgb(177,156,205); }
H1.HeaderClassName
{
color: #B19CCD;
}
.AnyTagClassName
{
color: #B19CCD;
}
</style>
background-color css
<style>
a { background-color: #B19CCD; }
a { background-color: rgb(177,156,205); }
div.DivClassName
{
background-color: #B19CCD;
}
.BgClassName
{
background-color: #B19CCD;
}
</style>
border-color css
<style>
span { border-color: #B19CCD; }
span { border-color: rgb(177,156,205); }
td.TdClassName
{
border-color: #B19CCD;
}
.TagClassName
{
border-color: #B19CCD;
}
</style>