Shades of Perfume #BE9CDF
Tints of Perfume #BE9CDF
RGB
CMYK
RGB Variations
Color information
#BE9CDF (or 0xBE9CDF) is known color: Perfume. HEX triplet: BE, 9C and DF. RGB value is (190,156,223). Sum of RGB (Red+Green+Blue) = 190+156+223=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CDF is #416320. Grayscale: #ADADAD. Windows color (decimal): -4285217 or 14654654. OLE color: 14654654.
HSL color Cylindrical-coordinate representation of color #BE9CDF: hue angle of 270.45º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9CDF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 156 | 223 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 270.45º | 0.51% | 0.74% | - |
| HSV(B) | 270.45º | 0.3% | 0.87% | - |
| XYZ | 46.44 | 40.05 | 75.1 | - |
| YUV | 173.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 223 | 0.15 | 0.30 | 0 | 0.13 | 270.45 | 0.51 | 0.74 |
| Hex | BE | 9C | DF | F | 1E | 0 | D | 10E | 33 | 4A |
| Octal | 276 | 234 | 337 | 17 | 36 | 0 | 15 | 416 | 63 | 112 |
| Binary | 10111110 | 10011100 | 11011111 | 1111 | 11110 | 0 | 1101 | 100001110 | 110011 | 1001010 |
Color Harmonies of #BE9CDF
Complementary color
Monochromatic Colors of #BE9CDF
Black with #BE9CDF
Text Example
Text Example
White with #BE9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CDF; }
p { color: rgb(190,156,223); }
H1.HeaderClassName
{
color: #BE9CDF;
}
.AnyTagClassName
{
color: #BE9CDF;
}
</style>
background-color css
<style>
a { background-color: #BE9CDF; }
a { background-color: rgb(190,156,223); }
div.DivClassName
{
background-color: #BE9CDF;
}
.BgClassName
{
background-color: #BE9CDF;
}
</style>
border-color css
<style>
span { border-color: #BE9CDF; }
span { border-color: rgb(190,156,223); }
td.TdClassName
{
border-color: #BE9CDF;
}
.TagClassName
{
border-color: #BE9CDF;
}
</style>