Shades of Lily #BE9BB2
Tints of Lily #BE9BB2
RGB
CMYK
RGB Variations
Color information
#BE9BB2 (or 0xBE9BB2) is known color: Lily. HEX triplet: BE, 9B and B2. RGB value is (190,155,178). Sum of RGB (Red+Green+Blue) = 190+155+178=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9BB2 is #41644D. Grayscale: #A8A8A8. Windows color (decimal): -4285518 or 11705278. OLE color: 11705278.
HSL color Cylindrical-coordinate representation of color #BE9BB2: hue angle of 320.57º 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 #BE9BB2 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 178 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.25 |
| HSL | 320.57º | 0.21% | 0.68% | - |
| HSV(B) | 320.57º | 0.18% | 0.75% | - |
| XYZ | 40.99 | 37.6 | 47.22 | - |
| YUV | 168.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 178 | 0 | 0.18 | 0.06 | 0.25 | 320.57 | 0.21 | 0.68 |
| Hex | BE | 9B | B2 | 0 | 12 | 6 | 19 | 141 | 15 | 44 |
| Octal | 276 | 233 | 262 | 0 | 22 | 6 | 31 | 501 | 25 | 104 |
| Binary | 10111110 | 10011011 | 10110010 | 0 | 10010 | 110 | 11001 | 101000001 | 10101 | 1000100 |
Color Harmonies of #BE9BB2
Complementary color
Monochromatic Colors of #BE9BB2
Black with #BE9BB2
Text Example
Text Example
White with #BE9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BB2; }
p { color: rgb(190,155,178); }
H1.HeaderClassName
{
color: #BE9BB2;
}
.AnyTagClassName
{
color: #BE9BB2;
}
</style>
background-color css
<style>
a { background-color: #BE9BB2; }
a { background-color: rgb(190,155,178); }
div.DivClassName
{
background-color: #BE9BB2;
}
.BgClassName
{
background-color: #BE9BB2;
}
</style>
border-color css
<style>
span { border-color: #BE9BB2; }
span { border-color: rgb(190,155,178); }
td.TdClassName
{
border-color: #BE9BB2;
}
.TagClassName
{
border-color: #BE9BB2;
}
</style>