Shades of Lily #BE9AB6
Tints of Lily #BE9AB6
RGB
CMYK
RGB Variations
Color information
#BE9AB6 (or 0xBE9AB6) is known color: Lily. HEX triplet: BE, 9A and B6. RGB value is (190,154,182). Sum of RGB (Red+Green+Blue) = 190+154+182=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AB6 is #416549. Grayscale: #A7A7A7. Windows color (decimal): -4285770 or 11967166. OLE color: 11967166.
HSL color Cylindrical-coordinate representation of color #BE9AB6: hue angle of 313.33º 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 #BE9AB6 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 182 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.25 |
| HSL | 313.33º | 0.22% | 0.67% | - |
| HSV(B) | 313.33º | 0.19% | 0.75% | - |
| XYZ | 41.23 | 37.44 | 49.31 | - |
| YUV | 167.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 182 | 0 | 0.19 | 0.04 | 0.25 | 313.33 | 0.22 | 0.67 |
| Hex | BE | 9A | B6 | 0 | 13 | 4 | 19 | 139 | 16 | 43 |
| Octal | 276 | 232 | 266 | 0 | 23 | 4 | 31 | 471 | 26 | 103 |
| Binary | 10111110 | 10011010 | 10110110 | 0 | 10011 | 100 | 11001 | 100111001 | 10110 | 1000011 |
Color Harmonies of #BE9AB6
Complementary color
Monochromatic Colors of #BE9AB6
Black with #BE9AB6
Text Example
Text Example
White with #BE9AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9AB6; }
p { color: rgb(190,154,182); }
H1.HeaderClassName
{
color: #BE9AB6;
}
.AnyTagClassName
{
color: #BE9AB6;
}
</style>
background-color css
<style>
a { background-color: #BE9AB6; }
a { background-color: rgb(190,154,182); }
div.DivClassName
{
background-color: #BE9AB6;
}
.BgClassName
{
background-color: #BE9AB6;
}
</style>
border-color css
<style>
span { border-color: #BE9AB6; }
span { border-color: rgb(190,154,182); }
td.TdClassName
{
border-color: #BE9AB6;
}
.TagClassName
{
border-color: #BE9AB6;
}
</style>