Shades of Perfume #BE9DDF
Tints of Perfume #BE9DDF
RGB
CMYK
RGB Variations
Color information
#BE9DDF (or 0xBE9DDF) is known color: Perfume. HEX triplet: BE, 9D and DF. RGB value is (190,157,223). Sum of RGB (Red+Green+Blue) = 190+157+223=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DDF is #416220. Grayscale: #AEAEAE. Windows color (decimal): -4284961 or 14654910. OLE color: 14654910.
HSL color Cylindrical-coordinate representation of color #BE9DDF: hue angle of 270º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9DDF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 157 | 223 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 270º | 0.51% | 0.75% | - |
| HSV(B) | 270º | 0.3% | 0.87% | - |
| XYZ | 46.61 | 40.39 | 75.15 | - |
| YUV | 174.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 223 | 0.15 | 0.30 | 0 | 0.13 | 270 | 0.51 | 0.75 |
| Hex | BE | 9D | DF | F | 1E | 0 | D | 10E | 33 | 4B |
| Octal | 276 | 235 | 337 | 17 | 36 | 0 | 15 | 416 | 63 | 113 |
| Binary | 10111110 | 10011101 | 11011111 | 1111 | 11110 | 0 | 1101 | 100001110 | 110011 | 1001011 |
Color Harmonies of #BE9DDF
Complementary color
Monochromatic Colors of #BE9DDF
Black with #BE9DDF
Text Example
Text Example
White with #BE9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DDF; }
p { color: rgb(190,157,223); }
H1.HeaderClassName
{
color: #BE9DDF;
}
.AnyTagClassName
{
color: #BE9DDF;
}
</style>
background-color css
<style>
a { background-color: #BE9DDF; }
a { background-color: rgb(190,157,223); }
div.DivClassName
{
background-color: #BE9DDF;
}
.BgClassName
{
background-color: #BE9DDF;
}
</style>
border-color css
<style>
span { border-color: #BE9DDF; }
span { border-color: rgb(190,157,223); }
td.TdClassName
{
border-color: #BE9DDF;
}
.TagClassName
{
border-color: #BE9DDF;
}
</style>