Shades of Perfume #BE99EC
Tints of Perfume #BE99EC
RGB
CMYK
RGB Variations
Color information
#BE99EC (or 0xBE99EC) is known color: Perfume. HEX triplet: BE, 99 and EC. RGB value is (190,153,236). Sum of RGB (Red+Green+Blue) = 190+153+236=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99EC is #416613. Grayscale: #ADADAD. Windows color (decimal): -4285972 or 15505854. OLE color: 15505854.
HSL color Cylindrical-coordinate representation of color #BE99EC: hue angle of 266.75º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE99EC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 153 | 236 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 266.75º | 0.69% | 0.76% | - |
| HSV(B) | 266.75º | 0.35% | 0.93% | - |
| XYZ | 47.77 | 39.79 | 84.52 | - |
| YUV | 173.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 236 | 0.19 | 0.35 | 0 | 0.07 | 266.75 | 0.69 | 0.76 |
| Hex | BE | 99 | EC | 13 | 23 | 0 | 7 | 10B | 45 | 4C |
| Octal | 276 | 231 | 354 | 23 | 43 | 0 | 7 | 413 | 105 | 114 |
| Binary | 10111110 | 10011001 | 11101100 | 10011 | 100011 | 0 | 111 | 100001011 | 1000101 | 1001100 |
Color Harmonies of #BE99EC
Complementary color
Monochromatic Colors of #BE99EC
Black with #BE99EC
Text Example
Text Example
White with #BE99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99EC; }
p { color: rgb(190,153,236); }
H1.HeaderClassName
{
color: #BE99EC;
}
.AnyTagClassName
{
color: #BE99EC;
}
</style>
background-color css
<style>
a { background-color: #BE99EC; }
a { background-color: rgb(190,153,236); }
div.DivClassName
{
background-color: #BE99EC;
}
.BgClassName
{
background-color: #BE99EC;
}
</style>
border-color css
<style>
span { border-color: #BE99EC; }
span { border-color: rgb(190,153,236); }
td.TdClassName
{
border-color: #BE99EC;
}
.TagClassName
{
border-color: #BE99EC;
}
</style>