Shades of Lily #BCAFB5
Tints of Lily #BCAFB5
RGB
CMYK
RGB Variations
Color information
#BCAFB5 (or 0xBCAFB5) is known color: Lily. HEX triplet: BC, AF and B5. RGB value is (188,175,181). Sum of RGB (Red+Green+Blue) = 188+175+181=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB5 is #43504A. Grayscale: #B3B3B3. Windows color (decimal): -4411467 or 11907004. OLE color: 11907004.
HSL color Cylindrical-coordinate representation of color #BCAFB5: hue angle of 332.31º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 175 | 181 | - |
CMYK | 0 | 0.07 | 0.04 | 0.26 |
HSL | 332.31º | 0.09% | 0.71% | - |
HSV(B) | 332.31º | 0.07% | 0.74% | - |
XYZ | 44.41 | 44.69 | 50 | - |
YUV | 179.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 175 | 181 | 0 | 0.07 | 0.04 | 0.26 | 332.31 | 0.09 | 0.71 |
Hex | BC | AF | B5 | 0 | 7 | 4 | 1A | 14C | 9 | 47 |
Octal | 274 | 257 | 265 | 0 | 7 | 4 | 32 | 514 | 11 | 107 |
Binary | 10111100 | 10101111 | 10110101 | 0 | 111 | 100 | 11010 | 101001100 | 1001 | 1000111 |
Color Harmonies of #BCAFB5
Complementary color
Monochromatic Colors of #BCAFB5
Black with #BCAFB5
Text Example
Text Example
White with #BCAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFB5; }
p { color: rgb(188,175,181); }
H1.HeaderClassName
{
color: #BCAFB5;
}
.AnyTagClassName
{
color: #BCAFB5;
}
</style>
background-color css
<style>
a { background-color: #BCAFB5; }
a { background-color: rgb(188,175,181); }
div.DivClassName
{
background-color: #BCAFB5;
}
.BgClassName
{
background-color: #BCAFB5;
}
</style>
border-color css
<style>
span { border-color: #BCAFB5; }
span { border-color: rgb(188,175,181); }
td.TdClassName
{
border-color: #BCAFB5;
}
.TagClassName
{
border-color: #BCAFB5;
}
</style>