Shades of Perfume #BE9CDD
Tints of Perfume #BE9CDD
RGB
CMYK
RGB Variations
Color information
#BE9CDD (or 0xBE9CDD) is known color: Perfume. HEX triplet: BE, 9C and DD. RGB value is (190,156,221). Sum of RGB (Red+Green+Blue) = 190+156+221=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CDD is #416322. Grayscale: #ADADAD. Windows color (decimal): -4285219 or 14523582. OLE color: 14523582.
HSL color Cylindrical-coordinate representation of color #BE9CDD: hue angle of 271.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9CDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 156 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 271.38º | 0.49% | 0.74% | - |
| HSV(B) | 271.38º | 0.29% | 0.87% | - |
| XYZ | 46.17 | 39.94 | 73.68 | - |
| YUV | 173.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 221 | 0.14 | 0.29 | 0 | 0.13 | 271.38 | 0.49 | 0.74 |
| Hex | BE | 9C | DD | E | 1D | 0 | D | 10F | 31 | 4A |
| Octal | 276 | 234 | 335 | 16 | 35 | 0 | 15 | 417 | 61 | 112 |
| Binary | 10111110 | 10011100 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001111 | 110001 | 1001010 |
Color Harmonies of #BE9CDD
Complementary color
Monochromatic Colors of #BE9CDD
Black with #BE9CDD
Text Example
Text Example
White with #BE9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CDD; }
p { color: rgb(190,156,221); }
H1.HeaderClassName
{
color: #BE9CDD;
}
.AnyTagClassName
{
color: #BE9CDD;
}
</style>
background-color css
<style>
a { background-color: #BE9CDD; }
a { background-color: rgb(190,156,221); }
div.DivClassName
{
background-color: #BE9CDD;
}
.BgClassName
{
background-color: #BE9CDD;
}
</style>
border-color css
<style>
span { border-color: #BE9CDD; }
span { border-color: rgb(190,156,221); }
td.TdClassName
{
border-color: #BE9CDD;
}
.TagClassName
{
border-color: #BE9CDD;
}
</style>