Shades of Perfume #BE9BDA
Tints of Perfume #BE9BDA
RGB
CMYK
RGB Variations
Color information
#BE9BDA (or 0xBE9BDA) is known color: Perfume. HEX triplet: BE, 9B and DA. RGB value is (190,155,218). Sum of RGB (Red+Green+Blue) = 190+155+218=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BDA is #416425. Grayscale: #ACACAC. Windows color (decimal): -4285478 or 14326718. OLE color: 14326718.
HSL color Cylindrical-coordinate representation of color #BE9BDA: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9BDA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 155 | 218 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.15 |
| HSL | 273.33º | 0.46% | 0.73% | - |
| HSV(B) | 273.33º | 0.29% | 0.85% | - |
| XYZ | 45.61 | 39.45 | 71.54 | - |
| YUV | 172.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 218 | 0.13 | 0.29 | 0 | 0.15 | 273.33 | 0.46 | 0.73 |
| Hex | BE | 9B | DA | D | 1D | 0 | F | 111 | 2E | 49 |
| Octal | 276 | 233 | 332 | 15 | 35 | 0 | 17 | 421 | 56 | 111 |
| Binary | 10111110 | 10011011 | 11011010 | 1101 | 11101 | 0 | 1111 | 100010001 | 101110 | 1001001 |
Color Harmonies of #BE9BDA
Complementary color
Monochromatic Colors of #BE9BDA
Black with #BE9BDA
Text Example
Text Example
White with #BE9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BDA; }
p { color: rgb(190,155,218); }
H1.HeaderClassName
{
color: #BE9BDA;
}
.AnyTagClassName
{
color: #BE9BDA;
}
</style>
background-color css
<style>
a { background-color: #BE9BDA; }
a { background-color: rgb(190,155,218); }
div.DivClassName
{
background-color: #BE9BDA;
}
.BgClassName
{
background-color: #BE9BDA;
}
</style>
border-color css
<style>
span { border-color: #BE9BDA; }
span { border-color: rgb(190,155,218); }
td.TdClassName
{
border-color: #BE9BDA;
}
.TagClassName
{
border-color: #BE9BDA;
}
</style>