Shades of Lily #BC99B3
Tints of Lily #BC99B3
RGB
CMYK
RGB Variations
Color information
#BC99B3 (or 0xBC99B3) is known color: Lily. HEX triplet: BC, 99 and B3. RGB value is (188,153,179). Sum of RGB (Red+Green+Blue) = 188+153+179=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99B3 is #43664C. Grayscale: #A6A6A6. Windows color (decimal): -4417101 or 11770300. OLE color: 11770300.
HSL color Cylindrical-coordinate representation of color #BC99B3: hue angle of 315.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99B3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 179 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.26 |
| HSL | 315.43º | 0.21% | 0.67% | - |
| HSV(B) | 315.43º | 0.19% | 0.74% | - |
| XYZ | 40.27 | 36.73 | 47.61 | - |
| YUV | 166.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 179 | 0 | 0.19 | 0.05 | 0.26 | 315.43 | 0.21 | 0.67 |
| Hex | BC | 99 | B3 | 0 | 13 | 5 | 1A | 13B | 15 | 43 |
| Octal | 274 | 231 | 263 | 0 | 23 | 5 | 32 | 473 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10110011 | 0 | 10011 | 101 | 11010 | 100111011 | 10101 | 1000011 |
Color Harmonies of #BC99B3
Complementary color
Monochromatic Colors of #BC99B3
Black with #BC99B3
Text Example
Text Example
White with #BC99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99B3; }
p { color: rgb(188,153,179); }
H1.HeaderClassName
{
color: #BC99B3;
}
.AnyTagClassName
{
color: #BC99B3;
}
</style>
background-color css
<style>
a { background-color: #BC99B3; }
a { background-color: rgb(188,153,179); }
div.DivClassName
{
background-color: #BC99B3;
}
.BgClassName
{
background-color: #BC99B3;
}
</style>
border-color css
<style>
span { border-color: #BC99B3; }
span { border-color: rgb(188,153,179); }
td.TdClassName
{
border-color: #BC99B3;
}
.TagClassName
{
border-color: #BC99B3;
}
</style>