Shades of Lily #BF97B5
Tints of Lily #BF97B5
RGB
CMYK
RGB Variations
Color information
#BF97B5 (or 0xBF97B5) is known color: Lily. HEX triplet: BF, 97 and B5. RGB value is (191,151,181). Sum of RGB (Red+Green+Blue) = 191+151+181=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97B5 is #40684A. Grayscale: #A6A6A6. Windows color (decimal): -4221003 or 11900863. OLE color: 11900863.
HSL color Cylindrical-coordinate representation of color #BF97B5: hue angle of 315º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF97B5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 151 | 181 | - |
CMYK | 0 | 0.21 | 0.05 | 0.25 |
HSL | 315º | 0.24% | 0.67% | - |
HSV(B) | 315º | 0.21% | 0.75% | - |
XYZ | 40.89 | 36.55 | 48.61 | - |
YUV | 166.38 | 136.25 | 145.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 151 | 181 | 0 | 0.21 | 0.05 | 0.25 | 315 | 0.24 | 0.67 |
Hex | BF | 97 | B5 | 0 | 15 | 5 | 19 | 13B | 18 | 43 |
Octal | 277 | 227 | 265 | 0 | 25 | 5 | 31 | 473 | 30 | 103 |
Binary | 10111111 | 10010111 | 10110101 | 0 | 10101 | 101 | 11001 | 100111011 | 11000 | 1000011 |
Color Harmonies of #BF97B5
Complementary color
Monochromatic Colors of #BF97B5
Black with #BF97B5
Text Example
Text Example
White with #BF97B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF97B5; }
p { color: rgb(191,151,181); }
H1.HeaderClassName
{
color: #BF97B5;
}
.AnyTagClassName
{
color: #BF97B5;
}
</style>
background-color css
<style>
a { background-color: #BF97B5; }
a { background-color: rgb(191,151,181); }
div.DivClassName
{
background-color: #BF97B5;
}
.BgClassName
{
background-color: #BF97B5;
}
</style>
border-color css
<style>
span { border-color: #BF97B5; }
span { border-color: rgb(191,151,181); }
td.TdClassName
{
border-color: #BF97B5;
}
.TagClassName
{
border-color: #BF97B5;
}
</style>