Shades of Lily #BE9BB5
Tints of Lily #BE9BB5
RGB
CMYK
RGB Variations
Color information
#BE9BB5 (or 0xBE9BB5) is known color: Lily. HEX triplet: BE, 9B and B5. RGB value is (190,155,181). Sum of RGB (Red+Green+Blue) = 190+155+181=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BB5 is #41644A. Grayscale: #A8A8A8. Windows color (decimal): -4285515 or 11901886. OLE color: 11901886.
HSL color Cylindrical-coordinate representation of color #BE9BB5: hue angle of 315.43º 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 #BE9BB5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 181 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.25 |
| HSL | 315.43º | 0.21% | 0.68% | - |
| HSV(B) | 315.43º | 0.18% | 0.75% | - |
| XYZ | 41.3 | 37.73 | 48.82 | - |
| YUV | 168.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 181 | 0 | 0.18 | 0.05 | 0.25 | 315.43 | 0.21 | 0.68 |
| Hex | BE | 9B | B5 | 0 | 12 | 5 | 19 | 13B | 15 | 44 |
| Octal | 276 | 233 | 265 | 0 | 22 | 5 | 31 | 473 | 25 | 104 |
| Binary | 10111110 | 10011011 | 10110101 | 0 | 10010 | 101 | 11001 | 100111011 | 10101 | 1000100 |
Color Harmonies of #BE9BB5
Complementary color
Monochromatic Colors of #BE9BB5
Black with #BE9BB5
Text Example
Text Example
White with #BE9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BB5; }
p { color: rgb(190,155,181); }
H1.HeaderClassName
{
color: #BE9BB5;
}
.AnyTagClassName
{
color: #BE9BB5;
}
</style>
background-color css
<style>
a { background-color: #BE9BB5; }
a { background-color: rgb(190,155,181); }
div.DivClassName
{
background-color: #BE9BB5;
}
.BgClassName
{
background-color: #BE9BB5;
}
</style>
border-color css
<style>
span { border-color: #BE9BB5; }
span { border-color: rgb(190,155,181); }
td.TdClassName
{
border-color: #BE9BB5;
}
.TagClassName
{
border-color: #BE9BB5;
}
</style>