Shades of Lily #BCAFB4
Tints of Lily #BCAFB4
RGB
CMYK
RGB Variations
Color information
#BCAFB4 (or 0xBCAFB4) is known color: Lily. HEX triplet: BC, AF and B4. RGB value is (188,175,180). Sum of RGB (Red+Green+Blue) = 188+175+180=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB4 is #43504B. Grayscale: #B3B3B3. Windows color (decimal): -4411468 or 11841468. OLE color: 11841468.
HSL color Cylindrical-coordinate representation of color #BCAFB4: hue angle of 336.92º 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 #BCAFB4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 180 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.26 |
| HSL | 336.92º | 0.09% | 0.71% | - |
| HSV(B) | 336.92º | 0.07% | 0.74% | - |
| XYZ | 44.31 | 44.65 | 49.46 | - |
| YUV | 179.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 180 | 0 | 0.07 | 0.04 | 0.26 | 336.92 | 0.09 | 0.71 |
| Hex | BC | AF | B4 | 0 | 7 | 4 | 1A | 151 | 9 | 47 |
| Octal | 274 | 257 | 264 | 0 | 7 | 4 | 32 | 521 | 11 | 107 |
| Binary | 10111100 | 10101111 | 10110100 | 0 | 111 | 100 | 11010 | 101010001 | 1001 | 1000111 |
Color Harmonies of #BCAFB4
Complementary color
Monochromatic Colors of #BCAFB4
Black with #BCAFB4
Text Example
Text Example
White with #BCAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFB4; }
p { color: rgb(188,175,180); }
H1.HeaderClassName
{
color: #BCAFB4;
}
.AnyTagClassName
{
color: #BCAFB4;
}
</style>
background-color css
<style>
a { background-color: #BCAFB4; }
a { background-color: rgb(188,175,180); }
div.DivClassName
{
background-color: #BCAFB4;
}
.BgClassName
{
background-color: #BCAFB4;
}
</style>
border-color css
<style>
span { border-color: #BCAFB4; }
span { border-color: rgb(188,175,180); }
td.TdClassName
{
border-color: #BCAFB4;
}
.TagClassName
{
border-color: #BCAFB4;
}
</style>