Shades of Lily #BCA2B5
Tints of Lily #BCA2B5
RGB
CMYK
RGB Variations
Color information
#BCA2B5 (or 0xBCA2B5) is known color: Lily. HEX triplet: BC, A2 and B5. RGB value is (188,162,181). Sum of RGB (Red+Green+Blue) = 188+162+181=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B5 is #435D4A. Grayscale: #ABABAB. Windows color (decimal): -4414795 or 11903676. OLE color: 11903676.
HSL color Cylindrical-coordinate representation of color #BCA2B5: hue angle of 316.15º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA2B5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 162 | 181 | - |
CMYK | 0 | 0.14 | 0.04 | 0.26 |
HSL | 316.15º | 0.16% | 0.69% | - |
HSV(B) | 316.15º | 0.14% | 0.74% | - |
XYZ | 42 | 39.87 | 49.2 | - |
YUV | 171.94 | 133.11 | 139.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 162 | 181 | 0 | 0.14 | 0.04 | 0.26 | 316.15 | 0.16 | 0.69 |
Hex | BC | A2 | B5 | 0 | E | 4 | 1A | 13C | 10 | 45 |
Octal | 274 | 242 | 265 | 0 | 16 | 4 | 32 | 474 | 20 | 105 |
Binary | 10111100 | 10100010 | 10110101 | 0 | 1110 | 100 | 11010 | 100111100 | 10000 | 1000101 |
Color Harmonies of #BCA2B5
Complementary color
Monochromatic Colors of #BCA2B5
Black with #BCA2B5
Text Example
Text Example
White with #BCA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2B5; }
p { color: rgb(188,162,181); }
H1.HeaderClassName
{
color: #BCA2B5;
}
.AnyTagClassName
{
color: #BCA2B5;
}
</style>
background-color css
<style>
a { background-color: #BCA2B5; }
a { background-color: rgb(188,162,181); }
div.DivClassName
{
background-color: #BCA2B5;
}
.BgClassName
{
background-color: #BCA2B5;
}
</style>
border-color css
<style>
span { border-color: #BCA2B5; }
span { border-color: rgb(188,162,181); }
td.TdClassName
{
border-color: #BCA2B5;
}
.TagClassName
{
border-color: #BCA2B5;
}
</style>