Shades of Lily #BE8FB2
Tints of Lily #BE8FB2
RGB
CMYK
RGB Variations
Color information
#BE8FB2 (or 0xBE8FB2) is known color: Lily. HEX triplet: BE, 8F and B2. RGB value is (190,143,178). Sum of RGB (Red+Green+Blue) = 190+143+178=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FB2 is #41704D. Grayscale: #A0A0A0. Windows color (decimal): -4288590 or 11702206. OLE color: 11702206.
HSL color Cylindrical-coordinate representation of color #BE8FB2: hue angle of 315.32º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8FB2 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 143 | 178 | - |
CMYK | 0 | 0.25 | 0.06 | 0.25 |
HSL | 315.32º | 0.27% | 0.65% | - |
HSV(B) | 315.32º | 0.25% | 0.75% | - |
XYZ | 39.09 | 33.81 | 46.58 | - |
YUV | 161.04 | 137.57 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 143 | 178 | 0 | 0.25 | 0.06 | 0.25 | 315.32 | 0.27 | 0.65 |
Hex | BE | 8F | B2 | 0 | 19 | 6 | 19 | 13B | 1B | 41 |
Octal | 276 | 217 | 262 | 0 | 31 | 6 | 31 | 473 | 33 | 101 |
Binary | 10111110 | 10001111 | 10110010 | 0 | 11001 | 110 | 11001 | 100111011 | 11011 | 1000001 |
Color Harmonies of #BE8FB2
Complementary color
Monochromatic Colors of #BE8FB2
Black with #BE8FB2
Text Example
Text Example
White with #BE8FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FB2; }
p { color: rgb(190,143,178); }
H1.HeaderClassName
{
color: #BE8FB2;
}
.AnyTagClassName
{
color: #BE8FB2;
}
</style>
background-color css
<style>
a { background-color: #BE8FB2; }
a { background-color: rgb(190,143,178); }
div.DivClassName
{
background-color: #BE8FB2;
}
.BgClassName
{
background-color: #BE8FB2;
}
</style>
border-color css
<style>
span { border-color: #BE8FB2; }
span { border-color: rgb(190,143,178); }
td.TdClassName
{
border-color: #BE8FB2;
}
.TagClassName
{
border-color: #BE8FB2;
}
</style>