Shades of Lily #BE92A8
Tints of Lily #BE92A8
RGB
CMYK
RGB Variations
Color information
#BE92A8 (or 0xBE92A8) is known color: Lily. HEX triplet: BE, 92 and A8. RGB value is (190,146,168). Sum of RGB (Red+Green+Blue) = 190+146+168=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92A8 is #416D57. Grayscale: #A1A1A1. Windows color (decimal): -4287832 or 11047614. OLE color: 11047614.
HSL color Cylindrical-coordinate representation of color #BE92A8: hue angle of 330º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE92A8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 146 | 168 | - |
CMYK | 0 | 0.23 | 0.12 | 0.25 |
HSL | 330º | 0.25% | 0.66% | - |
HSV(B) | 330º | 0.23% | 0.75% | - |
XYZ | 38.58 | 34.33 | 41.64 | - |
YUV | 161.66 | 131.58 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 146 | 168 | 0 | 0.23 | 0.12 | 0.25 | 330 | 0.25 | 0.66 |
Hex | BE | 92 | A8 | 0 | 17 | C | 19 | 14A | 19 | 42 |
Octal | 276 | 222 | 250 | 0 | 27 | 14 | 31 | 512 | 31 | 102 |
Binary | 10111110 | 10010010 | 10101000 | 0 | 10111 | 1100 | 11001 | 101001010 | 11001 | 1000010 |
Color Harmonies of #BE92A8
Complementary color
Monochromatic Colors of #BE92A8
Black with #BE92A8
Text Example
Text Example
White with #BE92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92A8; }
p { color: rgb(190,146,168); }
H1.HeaderClassName
{
color: #BE92A8;
}
.AnyTagClassName
{
color: #BE92A8;
}
</style>
background-color css
<style>
a { background-color: #BE92A8; }
a { background-color: rgb(190,146,168); }
div.DivClassName
{
background-color: #BE92A8;
}
.BgClassName
{
background-color: #BE92A8;
}
</style>
border-color css
<style>
span { border-color: #BE92A8; }
span { border-color: rgb(190,146,168); }
td.TdClassName
{
border-color: #BE92A8;
}
.TagClassName
{
border-color: #BE92A8;
}
</style>