Shades of Lily #BC9FB3
Tints of Lily #BC9FB3
RGB
CMYK
RGB Variations
Color information
#BC9FB3 (or 0xBC9FB3) is known color: Lily. HEX triplet: BC, 9F and B3. RGB value is (188,159,179). Sum of RGB (Red+Green+Blue) = 188+159+179=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB3 is #43604C. Grayscale: #A9A9A9. Windows color (decimal): -4415565 or 11771836. OLE color: 11771836.
HSL color Cylindrical-coordinate representation of color #BC9FB3: hue angle of 318.62º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FB3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 179 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.26 |
| HSL | 318.62º | 0.18% | 0.68% | - |
| HSV(B) | 318.62º | 0.15% | 0.74% | - |
| XYZ | 41.27 | 38.74 | 47.95 | - |
| YUV | 169.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 179 | 0 | 0.15 | 0.05 | 0.26 | 318.62 | 0.18 | 0.68 |
| Hex | BC | 9F | B3 | 0 | F | 5 | 1A | 13F | 12 | 44 |
| Octal | 274 | 237 | 263 | 0 | 17 | 5 | 32 | 477 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10110011 | 0 | 1111 | 101 | 11010 | 100111111 | 10010 | 1000100 |
Color Harmonies of #BC9FB3
Complementary color
Monochromatic Colors of #BC9FB3
Black with #BC9FB3
Text Example
Text Example
White with #BC9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FB3; }
p { color: rgb(188,159,179); }
H1.HeaderClassName
{
color: #BC9FB3;
}
.AnyTagClassName
{
color: #BC9FB3;
}
</style>
background-color css
<style>
a { background-color: #BC9FB3; }
a { background-color: rgb(188,159,179); }
div.DivClassName
{
background-color: #BC9FB3;
}
.BgClassName
{
background-color: #BC9FB3;
}
</style>
border-color css
<style>
span { border-color: #BC9FB3; }
span { border-color: rgb(188,159,179); }
td.TdClassName
{
border-color: #BC9FB3;
}
.TagClassName
{
border-color: #BC9FB3;
}
</style>