Shades of Lily #BE94A8
Tints of Lily #BE94A8
RGB
CMYK
RGB Variations
Color information
#BE94A8 (or 0xBE94A8) is known color: Lily. HEX triplet: BE, 94 and A8. RGB value is (190,148,168). Sum of RGB (Red+Green+Blue) = 190+148+168=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94A8 is #416B57. Grayscale: #A2A2A2. Windows color (decimal): -4287320 or 11048126. OLE color: 11048126.
HSL color Cylindrical-coordinate representation of color #BE94A8: hue angle of 331.43º 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 #BE94A8 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 148 | 168 | - |
CMYK | 0 | 0.22 | 0.12 | 0.25 |
HSL | 331.43º | 0.24% | 0.66% | - |
HSV(B) | 331.43º | 0.22% | 0.75% | - |
XYZ | 38.89 | 34.95 | 41.74 | - |
YUV | 162.84 | 130.91 | 147.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 148 | 168 | 0 | 0.22 | 0.12 | 0.25 | 331.43 | 0.24 | 0.66 |
Hex | BE | 94 | A8 | 0 | 16 | C | 19 | 14B | 18 | 42 |
Octal | 276 | 224 | 250 | 0 | 26 | 14 | 31 | 513 | 30 | 102 |
Binary | 10111110 | 10010100 | 10101000 | 0 | 10110 | 1100 | 11001 | 101001011 | 11000 | 1000010 |
Color Harmonies of #BE94A8
Complementary color
Monochromatic Colors of #BE94A8
Black with #BE94A8
Text Example
Text Example
White with #BE94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE94A8; }
p { color: rgb(190,148,168); }
H1.HeaderClassName
{
color: #BE94A8;
}
.AnyTagClassName
{
color: #BE94A8;
}
</style>
background-color css
<style>
a { background-color: #BE94A8; }
a { background-color: rgb(190,148,168); }
div.DivClassName
{
background-color: #BE94A8;
}
.BgClassName
{
background-color: #BE94A8;
}
</style>
border-color css
<style>
span { border-color: #BE94A8; }
span { border-color: rgb(190,148,168); }
td.TdClassName
{
border-color: #BE94A8;
}
.TagClassName
{
border-color: #BE94A8;
}
</style>