Shades of Lily #BE95B3
Tints of Lily #BE95B3
RGB
CMYK
RGB Variations
Color information
#BE95B3 (or 0xBE95B3) is known color: Lily. HEX triplet: BE, 95 and B3. RGB value is (190,149,179). Sum of RGB (Red+Green+Blue) = 190+149+179=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95B3 is #416A4C. Grayscale: #A4A4A4. Windows color (decimal): -4287053 or 11769278. OLE color: 11769278.
HSL color Cylindrical-coordinate representation of color #BE95B3: hue angle of 316.1º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE95B3 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 179 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.25 |
| HSL | 316.1º | 0.24% | 0.66% | - |
| HSV(B) | 316.1º | 0.22% | 0.75% | - |
| XYZ | 40.12 | 35.7 | 47.42 | - |
| YUV | 164.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 179 | 0 | 0.22 | 0.06 | 0.25 | 316.1 | 0.24 | 0.66 |
| Hex | BE | 95 | B3 | 0 | 16 | 6 | 19 | 13C | 18 | 42 |
| Octal | 276 | 225 | 263 | 0 | 26 | 6 | 31 | 474 | 30 | 102 |
| Binary | 10111110 | 10010101 | 10110011 | 0 | 10110 | 110 | 11001 | 100111100 | 11000 | 1000010 |
Color Harmonies of #BE95B3
Complementary color
Monochromatic Colors of #BE95B3
Black with #BE95B3
Text Example
Text Example
White with #BE95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE95B3; }
p { color: rgb(190,149,179); }
H1.HeaderClassName
{
color: #BE95B3;
}
.AnyTagClassName
{
color: #BE95B3;
}
</style>
background-color css
<style>
a { background-color: #BE95B3; }
a { background-color: rgb(190,149,179); }
div.DivClassName
{
background-color: #BE95B3;
}
.BgClassName
{
background-color: #BE95B3;
}
</style>
border-color css
<style>
span { border-color: #BE95B3; }
span { border-color: rgb(190,149,179); }
td.TdClassName
{
border-color: #BE95B3;
}
.TagClassName
{
border-color: #BE95B3;
}
</style>