Shades of Perfume #BE9CDC
Tints of Perfume #BE9CDC
RGB
CMYK
RGB Variations
Color information
#BE9CDC (or 0xBE9CDC) is known color: Perfume. HEX triplet: BE, 9C and DC. RGB value is (190,156,220). Sum of RGB (Red+Green+Blue) = 190+156+220=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CDC is #416323. Grayscale: #ADADAD. Windows color (decimal): -4285220 or 14458046. OLE color: 14458046.
HSL color Cylindrical-coordinate representation of color #BE9CDC: hue angle of 271.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9CDC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 156 | 220 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.14 |
| HSL | 271.88º | 0.48% | 0.74% | - |
| HSV(B) | 271.88º | 0.29% | 0.86% | - |
| XYZ | 46.04 | 39.89 | 72.98 | - |
| YUV | 173.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 220 | 0.14 | 0.29 | 0 | 0.14 | 271.88 | 0.48 | 0.74 |
| Hex | BE | 9C | DC | E | 1D | 0 | E | 110 | 30 | 4A |
| Octal | 276 | 234 | 334 | 16 | 35 | 0 | 16 | 420 | 60 | 112 |
| Binary | 10111110 | 10011100 | 11011100 | 1110 | 11101 | 0 | 1110 | 100010000 | 110000 | 1001010 |
Color Harmonies of #BE9CDC
Complementary color
Monochromatic Colors of #BE9CDC
Black with #BE9CDC
Text Example
Text Example
White with #BE9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CDC; }
p { color: rgb(190,156,220); }
H1.HeaderClassName
{
color: #BE9CDC;
}
.AnyTagClassName
{
color: #BE9CDC;
}
</style>
background-color css
<style>
a { background-color: #BE9CDC; }
a { background-color: rgb(190,156,220); }
div.DivClassName
{
background-color: #BE9CDC;
}
.BgClassName
{
background-color: #BE9CDC;
}
</style>
border-color css
<style>
span { border-color: #BE9CDC; }
span { border-color: rgb(190,156,220); }
td.TdClassName
{
border-color: #BE9CDC;
}
.TagClassName
{
border-color: #BE9CDC;
}
</style>