Shades of Perfume #BE9BEE
Tints of Perfume #BE9BEE
RGB
CMYK
RGB Variations
Color information
#BE9BEE (or 0xBE9BEE) is known color: Perfume. HEX triplet: BE, 9B and EE. RGB value is (190,155,238). Sum of RGB (Red+Green+Blue) = 190+155+238=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BEE is #416411. Grayscale: #AEAEAE. Windows color (decimal): -4285458 or 15637438. OLE color: 15637438.
HSL color Cylindrical-coordinate representation of color #BE9BEE: hue angle of 265.3º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9BEE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 155 | 238 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.07 |
| HSL | 265.3º | 0.71% | 0.77% | - |
| HSV(B) | 265.3º | 0.35% | 0.93% | - |
| XYZ | 48.39 | 40.56 | 86.17 | - |
| YUV | 174.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 238 | 0.20 | 0.35 | 0 | 0.07 | 265.3 | 0.71 | 0.77 |
| Hex | BE | 9B | EE | 14 | 23 | 0 | 7 | 109 | 47 | 4D |
| Octal | 276 | 233 | 356 | 24 | 43 | 0 | 7 | 411 | 107 | 115 |
| Binary | 10111110 | 10011011 | 11101110 | 10100 | 100011 | 0 | 111 | 100001001 | 1000111 | 1001101 |
Color Harmonies of #BE9BEE
Complementary color
Monochromatic Colors of #BE9BEE
Black with #BE9BEE
Text Example
Text Example
White with #BE9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BEE; }
p { color: rgb(190,155,238); }
H1.HeaderClassName
{
color: #BE9BEE;
}
.AnyTagClassName
{
color: #BE9BEE;
}
</style>
background-color css
<style>
a { background-color: #BE9BEE; }
a { background-color: rgb(190,155,238); }
div.DivClassName
{
background-color: #BE9BEE;
}
.BgClassName
{
background-color: #BE9BEE;
}
</style>
border-color css
<style>
span { border-color: #BE9BEE; }
span { border-color: rgb(190,155,238); }
td.TdClassName
{
border-color: #BE9BEE;
}
.TagClassName
{
border-color: #BE9BEE;
}
</style>