Shades of Lily #BE99B2
Tints of Lily #BE99B2
RGB
CMYK
RGB Variations
Color information
#BE99B2 (or 0xBE99B2) is known color: Lily. HEX triplet: BE, 99 and B2. RGB value is (190,153,178). Sum of RGB (Red+Green+Blue) = 190+153+178=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99B2 is #41664D. Grayscale: #A6A6A6. Windows color (decimal): -4286030 or 11704766. OLE color: 11704766.
HSL color Cylindrical-coordinate representation of color #BE99B2: hue angle of 319.46º 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 #BE99B2 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 178 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.25 |
| HSL | 319.46º | 0.22% | 0.67% | - |
| HSV(B) | 319.46º | 0.19% | 0.75% | - |
| XYZ | 40.66 | 36.94 | 47.11 | - |
| YUV | 166.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 178 | 0 | 0.19 | 0.06 | 0.25 | 319.46 | 0.22 | 0.67 |
| Hex | BE | 99 | B2 | 0 | 13 | 6 | 19 | 13F | 16 | 43 |
| Octal | 276 | 231 | 262 | 0 | 23 | 6 | 31 | 477 | 26 | 103 |
| Binary | 10111110 | 10011001 | 10110010 | 0 | 10011 | 110 | 11001 | 100111111 | 10110 | 1000011 |
Color Harmonies of #BE99B2
Complementary color
Monochromatic Colors of #BE99B2
Black with #BE99B2
Text Example
Text Example
White with #BE99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99B2; }
p { color: rgb(190,153,178); }
H1.HeaderClassName
{
color: #BE99B2;
}
.AnyTagClassName
{
color: #BE99B2;
}
</style>
background-color css
<style>
a { background-color: #BE99B2; }
a { background-color: rgb(190,153,178); }
div.DivClassName
{
background-color: #BE99B2;
}
.BgClassName
{
background-color: #BE99B2;
}
</style>
border-color css
<style>
span { border-color: #BE99B2; }
span { border-color: rgb(190,153,178); }
td.TdClassName
{
border-color: #BE99B2;
}
.TagClassName
{
border-color: #BE99B2;
}
</style>