Shades of Perfume #BE95EF
Tints of Perfume #BE95EF
RGB
CMYK
RGB Variations
Color information
#BE95EF (or 0xBE95EF) is known color: Perfume. HEX triplet: BE, 95 and EF. RGB value is (190,149,239). Sum of RGB (Red+Green+Blue) = 190+149+239=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95EF is #416A10. Grayscale: #ABABAB. Windows color (decimal): -4286993 or 15701438. OLE color: 15701438.
HSL color Cylindrical-coordinate representation of color #BE95EF: hue angle of 267.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE95EF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 149 | 239 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.06 |
| HSL | 267.33º | 0.74% | 0.76% | - |
| HSV(B) | 267.33º | 0.38% | 0.94% | - |
| XYZ | 47.56 | 38.67 | 86.62 | - |
| YUV | 171.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 239 | 0.21 | 0.38 | 0 | 0.06 | 267.33 | 0.74 | 0.76 |
| Hex | BE | 95 | EF | 15 | 26 | 0 | 6 | 10B | 4A | 4C |
| Octal | 276 | 225 | 357 | 25 | 46 | 0 | 6 | 413 | 112 | 114 |
| Binary | 10111110 | 10010101 | 11101111 | 10101 | 100110 | 0 | 110 | 100001011 | 1001010 | 1001100 |
Color Harmonies of #BE95EF
Complementary color
Monochromatic Colors of #BE95EF
Black with #BE95EF
Text Example
Text Example
White with #BE95EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE95EF; }
p { color: rgb(190,149,239); }
H1.HeaderClassName
{
color: #BE95EF;
}
.AnyTagClassName
{
color: #BE95EF;
}
</style>
background-color css
<style>
a { background-color: #BE95EF; }
a { background-color: rgb(190,149,239); }
div.DivClassName
{
background-color: #BE95EF;
}
.BgClassName
{
background-color: #BE95EF;
}
</style>
border-color css
<style>
span { border-color: #BE95EF; }
span { border-color: rgb(190,149,239); }
td.TdClassName
{
border-color: #BE95EF;
}
.TagClassName
{
border-color: #BE95EF;
}
</style>