Shades of Perfume #BE9BDC
Tints of Perfume #BE9BDC
RGB
CMYK
RGB Variations
Color information
#BE9BDC (or 0xBE9BDC) is known color: Perfume. HEX triplet: BE, 9B and DC. RGB value is (190,155,220). Sum of RGB (Red+Green+Blue) = 190+155+220=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BDC is #416423. Grayscale: #ACACAC. Windows color (decimal): -4285476 or 14457790. OLE color: 14457790.
HSL color Cylindrical-coordinate representation of color #BE9BDC: hue angle of 272.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9BDC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 155 | 220 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.14 |
| HSL | 272.31º | 0.48% | 0.74% | - |
| HSV(B) | 272.31º | 0.3% | 0.86% | - |
| XYZ | 45.87 | 39.56 | 72.93 | - |
| YUV | 172.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 220 | 0.14 | 0.30 | 0 | 0.14 | 272.31 | 0.48 | 0.74 |
| Hex | BE | 9B | DC | E | 1E | 0 | E | 110 | 30 | 4A |
| Octal | 276 | 233 | 334 | 16 | 36 | 0 | 16 | 420 | 60 | 112 |
| Binary | 10111110 | 10011011 | 11011100 | 1110 | 11110 | 0 | 1110 | 100010000 | 110000 | 1001010 |
Color Harmonies of #BE9BDC
Complementary color
Monochromatic Colors of #BE9BDC
Black with #BE9BDC
Text Example
Text Example
White with #BE9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BDC; }
p { color: rgb(190,155,220); }
H1.HeaderClassName
{
color: #BE9BDC;
}
.AnyTagClassName
{
color: #BE9BDC;
}
</style>
background-color css
<style>
a { background-color: #BE9BDC; }
a { background-color: rgb(190,155,220); }
div.DivClassName
{
background-color: #BE9BDC;
}
.BgClassName
{
background-color: #BE9BDC;
}
</style>
border-color css
<style>
span { border-color: #BE9BDC; }
span { border-color: rgb(190,155,220); }
td.TdClassName
{
border-color: #BE9BDC;
}
.TagClassName
{
border-color: #BE9BDC;
}
</style>