Shades of Lily #BE9BB3
Tints of Lily #BE9BB3
RGB
CMYK
RGB Variations
Color information
#BE9BB3 (or 0xBE9BB3) is known color: Lily. HEX triplet: BE, 9B and B3. RGB value is (190,155,179). Sum of RGB (Red+Green+Blue) = 190+155+179=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BB3 is #41644C. Grayscale: #A8A8A8. Windows color (decimal): -4285517 or 11770814. OLE color: 11770814.
HSL color Cylindrical-coordinate representation of color #BE9BB3: hue angle of 318.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9BB3 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 179 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.25 |
| HSL | 318.86º | 0.21% | 0.68% | - |
| HSV(B) | 318.86º | 0.18% | 0.75% | - |
| XYZ | 41.09 | 37.64 | 47.75 | - |
| YUV | 168.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 179 | 0 | 0.18 | 0.06 | 0.25 | 318.86 | 0.21 | 0.68 |
| Hex | BE | 9B | B3 | 0 | 12 | 6 | 19 | 13F | 15 | 44 |
| Octal | 276 | 233 | 263 | 0 | 22 | 6 | 31 | 477 | 25 | 104 |
| Binary | 10111110 | 10011011 | 10110011 | 0 | 10010 | 110 | 11001 | 100111111 | 10101 | 1000100 |
Color Harmonies of #BE9BB3
Complementary color
Monochromatic Colors of #BE9BB3
Black with #BE9BB3
Text Example
Text Example
White with #BE9BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BB3; }
p { color: rgb(190,155,179); }
H1.HeaderClassName
{
color: #BE9BB3;
}
.AnyTagClassName
{
color: #BE9BB3;
}
</style>
background-color css
<style>
a { background-color: #BE9BB3; }
a { background-color: rgb(190,155,179); }
div.DivClassName
{
background-color: #BE9BB3;
}
.BgClassName
{
background-color: #BE9BB3;
}
</style>
border-color css
<style>
span { border-color: #BE9BB3; }
span { border-color: rgb(190,155,179); }
td.TdClassName
{
border-color: #BE9BB3;
}
.TagClassName
{
border-color: #BE9BB3;
}
</style>