Shades of Lily #BCA2AB
Tints of Lily #BCA2AB
RGB
CMYK
RGB Variations
Color information
#BCA2AB (or 0xBCA2AB) is known color: Lily. HEX triplet: BC, A2 and AB. RGB value is (188,162,171). Sum of RGB (Red+Green+Blue) = 188+162+171=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AB is #435D54. Grayscale: #AAAAAA. Windows color (decimal): -4414805 or 11248316. OLE color: 11248316.
HSL color Cylindrical-coordinate representation of color #BCA2AB: hue angle of 339.23º 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 #BCA2AB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 162 | 171 | - |
CMYK | 0 | 0.14 | 0.09 | 0.26 |
HSL | 339.23º | 0.16% | 0.69% | - |
HSV(B) | 339.23º | 0.14% | 0.74% | - |
XYZ | 41.01 | 39.47 | 43.99 | - |
YUV | 170.8 | 128.11 | 140.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 162 | 171 | 0 | 0.14 | 0.09 | 0.26 | 339.23 | 0.16 | 0.69 |
Hex | BC | A2 | AB | 0 | E | 9 | 1A | 153 | 10 | 45 |
Octal | 274 | 242 | 253 | 0 | 16 | 11 | 32 | 523 | 20 | 105 |
Binary | 10111100 | 10100010 | 10101011 | 0 | 1110 | 1001 | 11010 | 101010011 | 10000 | 1000101 |
Color Harmonies of #BCA2AB
Complementary color
Monochromatic Colors of #BCA2AB
Black with #BCA2AB
Text Example
Text Example
White with #BCA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2AB; }
p { color: rgb(188,162,171); }
H1.HeaderClassName
{
color: #BCA2AB;
}
.AnyTagClassName
{
color: #BCA2AB;
}
</style>
background-color css
<style>
a { background-color: #BCA2AB; }
a { background-color: rgb(188,162,171); }
div.DivClassName
{
background-color: #BCA2AB;
}
.BgClassName
{
background-color: #BCA2AB;
}
</style>
border-color css
<style>
span { border-color: #BCA2AB; }
span { border-color: rgb(188,162,171); }
td.TdClassName
{
border-color: #BCA2AB;
}
.TagClassName
{
border-color: #BCA2AB;
}
</style>