Shades of Lily #BE9DB3
Tints of Lily #BE9DB3
RGB
CMYK
RGB Variations
Color information
#BE9DB3 (or 0xBE9DB3) is known color: Lily. HEX triplet: BE, 9D and B3. RGB value is (190,157,179). Sum of RGB (Red+Green+Blue) = 190+157+179=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DB3 is #41624C. Grayscale: #A9A9A9. Windows color (decimal): -4285005 or 11771326. OLE color: 11771326.
HSL color Cylindrical-coordinate representation of color #BE9DB3: hue angle of 320º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9DB3 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 179 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.25 |
| HSL | 320º | 0.2% | 0.68% | - |
| HSV(B) | 320º | 0.17% | 0.75% | - |
| XYZ | 41.43 | 38.32 | 47.86 | - |
| YUV | 169.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 179 | 0 | 0.17 | 0.06 | 0.25 | 320 | 0.2 | 0.68 |
| Hex | BE | 9D | B3 | 0 | 11 | 6 | 19 | 140 | 14 | 44 |
| Octal | 276 | 235 | 263 | 0 | 21 | 6 | 31 | 500 | 24 | 104 |
| Binary | 10111110 | 10011101 | 10110011 | 0 | 10001 | 110 | 11001 | 101000000 | 10100 | 1000100 |
Color Harmonies of #BE9DB3
Complementary color
Monochromatic Colors of #BE9DB3
Black with #BE9DB3
Text Example
Text Example
White with #BE9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DB3; }
p { color: rgb(190,157,179); }
H1.HeaderClassName
{
color: #BE9DB3;
}
.AnyTagClassName
{
color: #BE9DB3;
}
</style>
background-color css
<style>
a { background-color: #BE9DB3; }
a { background-color: rgb(190,157,179); }
div.DivClassName
{
background-color: #BE9DB3;
}
.BgClassName
{
background-color: #BE9DB3;
}
</style>
border-color css
<style>
span { border-color: #BE9DB3; }
span { border-color: rgb(190,157,179); }
td.TdClassName
{
border-color: #BE9DB3;
}
.TagClassName
{
border-color: #BE9DB3;
}
</style>