Shades of Lily #BE9AB7
Tints of Lily #BE9AB7
RGB
CMYK
RGB Variations
Color information
#BE9AB7 (or 0xBE9AB7) is known color: Lily. HEX triplet: BE, 9A and B7. RGB value is (190,154,183). Sum of RGB (Red+Green+Blue) = 190+154+183=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AB7 is #416548. Grayscale: #A7A7A7. Windows color (decimal): -4285769 or 12032702. OLE color: 12032702.
HSL color Cylindrical-coordinate representation of color #BE9AB7: hue angle of 311.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9AB7 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 183 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.25 |
| HSL | 311.67º | 0.22% | 0.67% | - |
| HSV(B) | 311.67º | 0.19% | 0.75% | - |
| XYZ | 41.34 | 37.48 | 49.85 | - |
| YUV | 168.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 183 | 0 | 0.19 | 0.04 | 0.25 | 311.67 | 0.22 | 0.67 |
| Hex | BE | 9A | B7 | 0 | 13 | 4 | 19 | 138 | 16 | 43 |
| Octal | 276 | 232 | 267 | 0 | 23 | 4 | 31 | 470 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10110111 | 0 | 10011 | 100 | 11001 | 100111000 | 10110 | 1000011 |
Color Harmonies of #BE9AB7
Complementary color
Monochromatic Colors of #BE9AB7
Black with #BE9AB7
Text Example
Text Example
White with #BE9AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9AB7; }
p { color: rgb(190,154,183); }
H1.HeaderClassName
{
color: #BE9AB7;
}
.AnyTagClassName
{
color: #BE9AB7;
}
</style>
background-color css
<style>
a { background-color: #BE9AB7; }
a { background-color: rgb(190,154,183); }
div.DivClassName
{
background-color: #BE9AB7;
}
.BgClassName
{
background-color: #BE9AB7;
}
</style>
border-color css
<style>
span { border-color: #BE9AB7; }
span { border-color: rgb(190,154,183); }
td.TdClassName
{
border-color: #BE9AB7;
}
.TagClassName
{
border-color: #BE9AB7;
}
</style>