Shades of Perfume #BE9DDD
Tints of Perfume #BE9DDD
RGB
CMYK
RGB Variations
Color information
#BE9DDD (or 0xBE9DDD) is known color: Perfume. HEX triplet: BE, 9D and DD. RGB value is (190,157,221). Sum of RGB (Red+Green+Blue) = 190+157+221=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DDD is #416222. Grayscale: #ADADAD. Windows color (decimal): -4284963 or 14523838. OLE color: 14523838.
HSL color Cylindrical-coordinate representation of color #BE9DDD: hue angle of 270.94º degrees, saturation: 0.48, 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 #BE9DDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 157 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 270.94º | 0.48% | 0.74% | - |
| HSV(B) | 270.94º | 0.29% | 0.87% | - |
| XYZ | 46.34 | 40.28 | 73.74 | - |
| YUV | 174.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 221 | 0.14 | 0.29 | 0 | 0.13 | 270.94 | 0.48 | 0.74 |
| Hex | BE | 9D | DD | E | 1D | 0 | D | 10F | 30 | 4A |
| Octal | 276 | 235 | 335 | 16 | 35 | 0 | 15 | 417 | 60 | 112 |
| Binary | 10111110 | 10011101 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001111 | 110000 | 1001010 |
Color Harmonies of #BE9DDD
Complementary color
Monochromatic Colors of #BE9DDD
Black with #BE9DDD
Text Example
Text Example
White with #BE9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DDD; }
p { color: rgb(190,157,221); }
H1.HeaderClassName
{
color: #BE9DDD;
}
.AnyTagClassName
{
color: #BE9DDD;
}
</style>
background-color css
<style>
a { background-color: #BE9DDD; }
a { background-color: rgb(190,157,221); }
div.DivClassName
{
background-color: #BE9DDD;
}
.BgClassName
{
background-color: #BE9DDD;
}
</style>
border-color css
<style>
span { border-color: #BE9DDD; }
span { border-color: rgb(190,157,221); }
td.TdClassName
{
border-color: #BE9DDD;
}
.TagClassName
{
border-color: #BE9DDD;
}
</style>