Shades of Lily #BF98B5
Tints of Lily #BF98B5
RGB
CMYK
RGB Variations
Color information
#BF98B5 (or 0xBF98B5) is known color: Lily. HEX triplet: BF, 98 and B5. RGB value is (191,152,181). Sum of RGB (Red+Green+Blue) = 191+152+181=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98B5 is #40674A. Grayscale: #A6A6A6. Windows color (decimal): -4220747 or 11901119. OLE color: 11901119.
HSL color Cylindrical-coordinate representation of color #BF98B5: hue angle of 315.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF98B5 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 152 | 181 | - |
CMYK | 0 | 0.20 | 0.05 | 0.25 |
HSL | 315.38º | 0.23% | 0.67% | - |
HSV(B) | 315.38º | 0.2% | 0.75% | - |
XYZ | 41.05 | 36.87 | 48.67 | - |
YUV | 166.97 | 135.92 | 145.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 152 | 181 | 0 | 0.20 | 0.05 | 0.25 | 315.38 | 0.23 | 0.67 |
Hex | BF | 98 | B5 | 0 | 14 | 5 | 19 | 13B | 17 | 43 |
Octal | 277 | 230 | 265 | 0 | 24 | 5 | 31 | 473 | 27 | 103 |
Binary | 10111111 | 10011000 | 10110101 | 0 | 10100 | 101 | 11001 | 100111011 | 10111 | 1000011 |
Color Harmonies of #BF98B5
Complementary color
Monochromatic Colors of #BF98B5
Black with #BF98B5
Text Example
Text Example
White with #BF98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98B5; }
p { color: rgb(191,152,181); }
H1.HeaderClassName
{
color: #BF98B5;
}
.AnyTagClassName
{
color: #BF98B5;
}
</style>
background-color css
<style>
a { background-color: #BF98B5; }
a { background-color: rgb(191,152,181); }
div.DivClassName
{
background-color: #BF98B5;
}
.BgClassName
{
background-color: #BF98B5;
}
</style>
border-color css
<style>
span { border-color: #BF98B5; }
span { border-color: rgb(191,152,181); }
td.TdClassName
{
border-color: #BF98B5;
}
.TagClassName
{
border-color: #BF98B5;
}
</style>