Shades of Lily #BC9BB4
Tints of Lily #BC9BB4
RGB
CMYK
RGB Variations
Color information
#BC9BB4 (or 0xBC9BB4) is known color: Lily. HEX triplet: BC, 9B and B4. RGB value is (188,155,180). Sum of RGB (Red+Green+Blue) = 188+155+180=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BB4 is #43644B. Grayscale: #A7A7A7. Windows color (decimal): -4416588 or 11836348. OLE color: 11836348.
HSL color Cylindrical-coordinate representation of color #BC9BB4: hue angle of 314.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9BB4 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 180 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.26 |
| HSL | 314.55º | 0.2% | 0.67% | - |
| HSV(B) | 314.55º | 0.18% | 0.74% | - |
| XYZ | 40.7 | 37.43 | 48.26 | - |
| YUV | 167.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 180 | 0 | 0.18 | 0.04 | 0.26 | 314.55 | 0.2 | 0.67 |
| Hex | BC | 9B | B4 | 0 | 12 | 4 | 1A | 13B | 14 | 43 |
| Octal | 274 | 233 | 264 | 0 | 22 | 4 | 32 | 473 | 24 | 103 |
| Binary | 10111100 | 10011011 | 10110100 | 0 | 10010 | 100 | 11010 | 100111011 | 10100 | 1000011 |
Color Harmonies of #BC9BB4
Complementary color
Monochromatic Colors of #BC9BB4
Black with #BC9BB4
Text Example
Text Example
White with #BC9BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BB4; }
p { color: rgb(188,155,180); }
H1.HeaderClassName
{
color: #BC9BB4;
}
.AnyTagClassName
{
color: #BC9BB4;
}
</style>
background-color css
<style>
a { background-color: #BC9BB4; }
a { background-color: rgb(188,155,180); }
div.DivClassName
{
background-color: #BC9BB4;
}
.BgClassName
{
background-color: #BC9BB4;
}
</style>
border-color css
<style>
span { border-color: #BC9BB4; }
span { border-color: rgb(188,155,180); }
td.TdClassName
{
border-color: #BC9BB4;
}
.TagClassName
{
border-color: #BC9BB4;
}
</style>