Shades of Perfume #BE9CDA
Tints of Perfume #BE9CDA
RGB
CMYK
RGB Variations
Color information
#BE9CDA (or 0xBE9CDA) is known color: Perfume. HEX triplet: BE, 9C and DA. RGB value is (190,156,218). Sum of RGB (Red+Green+Blue) = 190+156+218=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CDA is #416325. Grayscale: #ADADAD. Windows color (decimal): -4285222 or 14326974. OLE color: 14326974.
HSL color Cylindrical-coordinate representation of color #BE9CDA: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9CDA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 156 | 218 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.15 |
| HSL | 272.9º | 0.46% | 0.73% | - |
| HSV(B) | 272.9º | 0.28% | 0.85% | - |
| XYZ | 45.78 | 39.79 | 71.6 | - |
| YUV | 173.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 218 | 0.13 | 0.28 | 0 | 0.15 | 272.9 | 0.46 | 0.73 |
| Hex | BE | 9C | DA | D | 1C | 0 | F | 111 | 2E | 49 |
| Octal | 276 | 234 | 332 | 15 | 34 | 0 | 17 | 421 | 56 | 111 |
| Binary | 10111110 | 10011100 | 11011010 | 1101 | 11100 | 0 | 1111 | 100010001 | 101110 | 1001001 |
Color Harmonies of #BE9CDA
Complementary color
Monochromatic Colors of #BE9CDA
Black with #BE9CDA
Text Example
Text Example
White with #BE9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CDA; }
p { color: rgb(190,156,218); }
H1.HeaderClassName
{
color: #BE9CDA;
}
.AnyTagClassName
{
color: #BE9CDA;
}
</style>
background-color css
<style>
a { background-color: #BE9CDA; }
a { background-color: rgb(190,156,218); }
div.DivClassName
{
background-color: #BE9CDA;
}
.BgClassName
{
background-color: #BE9CDA;
}
</style>
border-color css
<style>
span { border-color: #BE9CDA; }
span { border-color: rgb(190,156,218); }
td.TdClassName
{
border-color: #BE9CDA;
}
.TagClassName
{
border-color: #BE9CDA;
}
</style>