Shades of Lily #BC95B2
Tints of Lily #BC95B2
RGB
CMYK
RGB Variations
Color information
#BC95B2 (or 0xBC95B2) is known color: Lily. HEX triplet: BC, 95 and B2. RGB value is (188,149,178). Sum of RGB (Red+Green+Blue) = 188+149+178=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95B2 is #436A4D. Grayscale: #A3A3A3. Windows color (decimal): -4418126 or 11703740. OLE color: 11703740.
HSL color Cylindrical-coordinate representation of color #BC95B2: hue angle of 315.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC95B2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 178 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.26 |
| HSL | 315.38º | 0.23% | 0.66% | - |
| HSV(B) | 315.38º | 0.21% | 0.74% | - |
| XYZ | 39.52 | 35.4 | 46.87 | - |
| YUV | 163.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 178 | 0 | 0.21 | 0.05 | 0.26 | 315.38 | 0.23 | 0.66 |
| Hex | BC | 95 | B2 | 0 | 15 | 5 | 1A | 13B | 17 | 42 |
| Octal | 274 | 225 | 262 | 0 | 25 | 5 | 32 | 473 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10110010 | 0 | 10101 | 101 | 11010 | 100111011 | 10111 | 1000010 |
Color Harmonies of #BC95B2
Complementary color
Monochromatic Colors of #BC95B2
Black with #BC95B2
Text Example
Text Example
White with #BC95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95B2; }
p { color: rgb(188,149,178); }
H1.HeaderClassName
{
color: #BC95B2;
}
.AnyTagClassName
{
color: #BC95B2;
}
</style>
background-color css
<style>
a { background-color: #BC95B2; }
a { background-color: rgb(188,149,178); }
div.DivClassName
{
background-color: #BC95B2;
}
.BgClassName
{
background-color: #BC95B2;
}
</style>
border-color css
<style>
span { border-color: #BC95B2; }
span { border-color: rgb(188,149,178); }
td.TdClassName
{
border-color: #BC95B2;
}
.TagClassName
{
border-color: #BC95B2;
}
</style>