Shades of Lily #BEA8B0
Tints of Lily #BEA8B0
RGB
CMYK
RGB Variations
Color information
#BEA8B0 (or 0xBEA8B0) is known color: Lily. HEX triplet: BE, A8 and B0. RGB value is (190,168,176). Sum of RGB (Red+Green+Blue) = 190+168+176=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8B0 is #41574F. Grayscale: #AFAFAF. Windows color (decimal): -4282192 or 11577534. OLE color: 11577534.
HSL color Cylindrical-coordinate representation of color #BEA8B0: hue angle of 338.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA8B0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 168 | 176 | - |
CMYK | 0 | 0.12 | 0.07 | 0.25 |
HSL | 338.18º | 0.14% | 0.7% | - |
HSV(B) | 338.18º | 0.12% | 0.75% | - |
XYZ | 43.07 | 42.09 | 46.93 | - |
YUV | 175.49 | 128.29 | 138.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 176 | 0 | 0.12 | 0.07 | 0.25 | 338.18 | 0.14 | 0.7 |
Hex | BE | A8 | B0 | 0 | C | 7 | 19 | 152 | E | 46 |
Octal | 276 | 250 | 260 | 0 | 14 | 7 | 31 | 522 | 16 | 106 |
Binary | 10111110 | 10101000 | 10110000 | 0 | 1100 | 111 | 11001 | 101010010 | 1110 | 1000110 |
Color Harmonies of #BEA8B0
Complementary color
Monochromatic Colors of #BEA8B0
Black with #BEA8B0
Text Example
Text Example
White with #BEA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8B0; }
p { color: rgb(190,168,176); }
H1.HeaderClassName
{
color: #BEA8B0;
}
.AnyTagClassName
{
color: #BEA8B0;
}
</style>
background-color css
<style>
a { background-color: #BEA8B0; }
a { background-color: rgb(190,168,176); }
div.DivClassName
{
background-color: #BEA8B0;
}
.BgClassName
{
background-color: #BEA8B0;
}
</style>
border-color css
<style>
span { border-color: #BEA8B0; }
span { border-color: rgb(190,168,176); }
td.TdClassName
{
border-color: #BEA8B0;
}
.TagClassName
{
border-color: #BEA8B0;
}
</style>