Shades of Lily #BF92B3
Tints of Lily #BF92B3
RGB
CMYK
RGB Variations
Color information
#BF92B3 (or 0xBF92B3) is known color: Lily. HEX triplet: BF, 92 and B3. RGB value is (191,146,179). Sum of RGB (Red+Green+Blue) = 191+146+179=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92B3 is #406D4C. Grayscale: #A3A3A3. Windows color (decimal): -4222285 or 11768511. OLE color: 11768511.
HSL color Cylindrical-coordinate representation of color #BF92B3: hue angle of 316º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92B3 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 179 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.25 |
| HSL | 316º | 0.26% | 0.66% | - |
| HSV(B) | 316º | 0.24% | 0.75% | - |
| XYZ | 39.9 | 34.89 | 47.28 | - |
| YUV | 163.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 179 | 0 | 0.24 | 0.06 | 0.25 | 316 | 0.26 | 0.66 |
| Hex | BF | 92 | B3 | 0 | 18 | 6 | 19 | 13C | 1A | 42 |
| Octal | 277 | 222 | 263 | 0 | 30 | 6 | 31 | 474 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10110011 | 0 | 11000 | 110 | 11001 | 100111100 | 11010 | 1000010 |
Color Harmonies of #BF92B3
Complementary color
Monochromatic Colors of #BF92B3
Black with #BF92B3
Text Example
Text Example
White with #BF92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92B3; }
p { color: rgb(191,146,179); }
H1.HeaderClassName
{
color: #BF92B3;
}
.AnyTagClassName
{
color: #BF92B3;
}
</style>
background-color css
<style>
a { background-color: #BF92B3; }
a { background-color: rgb(191,146,179); }
div.DivClassName
{
background-color: #BF92B3;
}
.BgClassName
{
background-color: #BF92B3;
}
</style>
border-color css
<style>
span { border-color: #BF92B3; }
span { border-color: rgb(191,146,179); }
td.TdClassName
{
border-color: #BF92B3;
}
.TagClassName
{
border-color: #BF92B3;
}
</style>