Shades of Perfume #BE9FDF
Tints of Perfume #BE9FDF
RGB
CMYK
RGB Variations
Color information
#BE9FDF (or 0xBE9FDF) is known color: Perfume. HEX triplet: BE, 9F and DF. RGB value is (190,159,223). Sum of RGB (Red+Green+Blue) = 190+159+223=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDF is #416020. Grayscale: #AFAFAF. Windows color (decimal): -4284449 or 14655422. OLE color: 14655422.
HSL color Cylindrical-coordinate representation of color #BE9FDF: hue angle of 269.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9FDF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 159 | 223 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 269.06º | 0.5% | 0.75% | - |
| HSV(B) | 269.06º | 0.29% | 0.87% | - |
| XYZ | 46.95 | 41.07 | 75.26 | - |
| YUV | 175.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 223 | 0.15 | 0.29 | 0 | 0.13 | 269.06 | 0.5 | 0.75 |
| Hex | BE | 9F | DF | F | 1D | 0 | D | 10D | 32 | 4B |
| Octal | 276 | 237 | 337 | 17 | 35 | 0 | 15 | 415 | 62 | 113 |
| Binary | 10111110 | 10011111 | 11011111 | 1111 | 11101 | 0 | 1101 | 100001101 | 110010 | 1001011 |
Color Harmonies of #BE9FDF
Complementary color
Monochromatic Colors of #BE9FDF
Black with #BE9FDF
Text Example
Text Example
White with #BE9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FDF; }
p { color: rgb(190,159,223); }
H1.HeaderClassName
{
color: #BE9FDF;
}
.AnyTagClassName
{
color: #BE9FDF;
}
</style>
background-color css
<style>
a { background-color: #BE9FDF; }
a { background-color: rgb(190,159,223); }
div.DivClassName
{
background-color: #BE9FDF;
}
.BgClassName
{
background-color: #BE9FDF;
}
</style>
border-color css
<style>
span { border-color: #BE9FDF; }
span { border-color: rgb(190,159,223); }
td.TdClassName
{
border-color: #BE9FDF;
}
.TagClassName
{
border-color: #BE9FDF;
}
</style>