Shades of Lily #BCA8B5
Tints of Lily #BCA8B5
RGB
CMYK
RGB Variations
Color information
#BCA8B5 (or 0xBCA8B5) is known color: Lily. HEX triplet: BC, A8 and B5. RGB value is (188,168,181). Sum of RGB (Red+Green+Blue) = 188+168+181=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B5 is #43574A. Grayscale: #AFAFAF. Windows color (decimal): -4413259 or 11905212. OLE color: 11905212.
HSL color Cylindrical-coordinate representation of color #BCA8B5: hue angle of 321º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA8B5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 168 | 181 | - |
CMYK | 0 | 0.11 | 0.04 | 0.26 |
HSL | 321º | 0.13% | 0.7% | - |
HSV(B) | 321º | 0.11% | 0.74% | - |
XYZ | 43.08 | 42.03 | 49.56 | - |
YUV | 175.46 | 131.13 | 136.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 168 | 181 | 0 | 0.11 | 0.04 | 0.26 | 321 | 0.13 | 0.7 |
Hex | BC | A8 | B5 | 0 | B | 4 | 1A | 141 | D | 46 |
Octal | 274 | 250 | 265 | 0 | 13 | 4 | 32 | 501 | 15 | 106 |
Binary | 10111100 | 10101000 | 10110101 | 0 | 1011 | 100 | 11010 | 101000001 | 1101 | 1000110 |
Color Harmonies of #BCA8B5
Complementary color
Monochromatic Colors of #BCA8B5
Black with #BCA8B5
Text Example
Text Example
White with #BCA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8B5; }
p { color: rgb(188,168,181); }
H1.HeaderClassName
{
color: #BCA8B5;
}
.AnyTagClassName
{
color: #BCA8B5;
}
</style>
background-color css
<style>
a { background-color: #BCA8B5; }
a { background-color: rgb(188,168,181); }
div.DivClassName
{
background-color: #BCA8B5;
}
.BgClassName
{
background-color: #BCA8B5;
}
</style>
border-color css
<style>
span { border-color: #BCA8B5; }
span { border-color: rgb(188,168,181); }
td.TdClassName
{
border-color: #BCA8B5;
}
.TagClassName
{
border-color: #BCA8B5;
}
</style>