Shades of Lily #BF90A8
Tints of Lily #BF90A8
RGB
CMYK
RGB Variations
Color information
#BF90A8 (or 0xBF90A8) is known color: Lily. HEX triplet: BF, 90 and A8. RGB value is (191,144,168). Sum of RGB (Red+Green+Blue) = 191+144+168=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90A8 is #406F57. Grayscale: #A0A0A0. Windows color (decimal): -4222808 or 11047103. OLE color: 11047103.
HSL color Cylindrical-coordinate representation of color #BF90A8: hue angle of 329.36º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90A8 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 144 | 168 | - |
CMYK | 0 | 0.25 | 0.12 | 0.25 |
HSL | 329.36º | 0.27% | 0.66% | - |
HSV(B) | 329.36º | 0.25% | 0.75% | - |
XYZ | 38.53 | 33.85 | 41.55 | - |
YUV | 160.79 | 132.07 | 149.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 144 | 168 | 0 | 0.25 | 0.12 | 0.25 | 329.36 | 0.27 | 0.66 |
Hex | BF | 90 | A8 | 0 | 19 | C | 19 | 149 | 1B | 42 |
Octal | 277 | 220 | 250 | 0 | 31 | 14 | 31 | 511 | 33 | 102 |
Binary | 10111111 | 10010000 | 10101000 | 0 | 11001 | 1100 | 11001 | 101001001 | 11011 | 1000010 |
Color Harmonies of #BF90A8
Complementary color
Monochromatic Colors of #BF90A8
Black with #BF90A8
Text Example
Text Example
White with #BF90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90A8; }
p { color: rgb(191,144,168); }
H1.HeaderClassName
{
color: #BF90A8;
}
.AnyTagClassName
{
color: #BF90A8;
}
</style>
background-color css
<style>
a { background-color: #BF90A8; }
a { background-color: rgb(191,144,168); }
div.DivClassName
{
background-color: #BF90A8;
}
.BgClassName
{
background-color: #BF90A8;
}
</style>
border-color css
<style>
span { border-color: #BF90A8; }
span { border-color: rgb(191,144,168); }
td.TdClassName
{
border-color: #BF90A8;
}
.TagClassName
{
border-color: #BF90A8;
}
</style>