Shades of Perfume #BEA6DF
Tints of Perfume #BEA6DF
RGB
CMYK
RGB Variations
Color information
#BEA6DF (or 0xBEA6DF) is known color: Perfume. HEX triplet: BE, A6 and DF. RGB value is (190,166,223). Sum of RGB (Red+Green+Blue) = 190+166+223=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6DF is #415920. Grayscale: #B3B3B3. Windows color (decimal): -4282657 or 14657214. OLE color: 14657214.
HSL color Cylindrical-coordinate representation of color #BEA6DF: hue angle of 265.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA6DF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 166 | 223 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.13 |
| HSL | 265.26º | 0.47% | 0.76% | - |
| HSV(B) | 265.26º | 0.26% | 0.87% | - |
| XYZ | 48.19 | 43.55 | 75.68 | - |
| YUV | 179.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 223 | 0.15 | 0.26 | 0 | 0.13 | 265.26 | 0.47 | 0.76 |
| Hex | BE | A6 | DF | F | 1A | 0 | D | 109 | 2F | 4C |
| Octal | 276 | 246 | 337 | 17 | 32 | 0 | 15 | 411 | 57 | 114 |
| Binary | 10111110 | 10100110 | 11011111 | 1111 | 11010 | 0 | 1101 | 100001001 | 101111 | 1001100 |
Color Harmonies of #BEA6DF
Complementary color
Monochromatic Colors of #BEA6DF
Black with #BEA6DF
Text Example
Text Example
White with #BEA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6DF; }
p { color: rgb(190,166,223); }
H1.HeaderClassName
{
color: #BEA6DF;
}
.AnyTagClassName
{
color: #BEA6DF;
}
</style>
background-color css
<style>
a { background-color: #BEA6DF; }
a { background-color: rgb(190,166,223); }
div.DivClassName
{
background-color: #BEA6DF;
}
.BgClassName
{
background-color: #BEA6DF;
}
</style>
border-color css
<style>
span { border-color: #BEA6DF; }
span { border-color: rgb(190,166,223); }
td.TdClassName
{
border-color: #BEA6DF;
}
.TagClassName
{
border-color: #BEA6DF;
}
</style>