Shades of Lily #BC8CAA
Tints of Lily #BC8CAA
RGB
CMYK
RGB Variations
Color information
#BC8CAA (or 0xBC8CAA) is known color: Lily. HEX triplet: BC, 8C and AA. RGB value is (188,140,170). Sum of RGB (Red+Green+Blue) = 188+140+170=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAA is #437355. Grayscale: #9D9D9D. Windows color (decimal): -4420438 or 11177148. OLE color: 11177148.
HSL color Cylindrical-coordinate representation of color #BC8CAA: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8CAA is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 140 | 170 | - |
CMYK | 0 | 0.26 | 0.10 | 0.26 |
HSL | 322.5º | 0.26% | 0.64% | - |
HSV(B) | 322.5º | 0.26% | 0.74% | - |
XYZ | 37.37 | 32.35 | 42.3 | - |
YUV | 157.77 | 134.9 | 149.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 140 | 170 | 0 | 0.26 | 0.10 | 0.26 | 322.5 | 0.26 | 0.64 |
Hex | BC | 8C | AA | 0 | 1A | A | 1A | 142 | 1A | 40 |
Octal | 274 | 214 | 252 | 0 | 32 | 12 | 32 | 502 | 32 | 100 |
Binary | 10111100 | 10001100 | 10101010 | 0 | 11010 | 1010 | 11010 | 101000010 | 11010 | 1000000 |
Color Harmonies of #BC8CAA
Complementary color
Monochromatic Colors of #BC8CAA
Black with #BC8CAA
Text Example
Text Example
White with #BC8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CAA; }
p { color: rgb(188,140,170); }
H1.HeaderClassName
{
color: #BC8CAA;
}
.AnyTagClassName
{
color: #BC8CAA;
}
</style>
background-color css
<style>
a { background-color: #BC8CAA; }
a { background-color: rgb(188,140,170); }
div.DivClassName
{
background-color: #BC8CAA;
}
.BgClassName
{
background-color: #BC8CAA;
}
</style>
border-color css
<style>
span { border-color: #BC8CAA; }
span { border-color: rgb(188,140,170); }
td.TdClassName
{
border-color: #BC8CAA;
}
.TagClassName
{
border-color: #BC8CAA;
}
</style>