Shades of Perfume #BEA6EE
Tints of Perfume #BEA6EE
RGB
CMYK
RGB Variations
Color information
#BEA6EE (or 0xBEA6EE) is known color: Perfume. HEX triplet: BE, A6 and EE. RGB value is (190,166,238). Sum of RGB (Red+Green+Blue) = 190+166+238=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6EE is #415911. Grayscale: #B5B5B5. Windows color (decimal): -4282642 or 15640254. OLE color: 15640254.
HSL color Cylindrical-coordinate representation of color #BEA6EE: hue angle of 260º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA6EE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 166 | 238 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.07 |
| HSL | 260º | 0.68% | 0.79% | - |
| HSV(B) | 260º | 0.3% | 0.93% | - |
| XYZ | 50.3 | 44.39 | 86.81 | - |
| YUV | 181.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 238 | 0.20 | 0.30 | 0 | 0.07 | 260 | 0.68 | 0.79 |
| Hex | BE | A6 | EE | 14 | 1E | 0 | 7 | 104 | 44 | 4F |
| Octal | 276 | 246 | 356 | 24 | 36 | 0 | 7 | 404 | 104 | 117 |
| Binary | 10111110 | 10100110 | 11101110 | 10100 | 11110 | 0 | 111 | 100000100 | 1000100 | 1001111 |
Color Harmonies of #BEA6EE
Complementary color
Monochromatic Colors of #BEA6EE
Black with #BEA6EE
Text Example
Text Example
White with #BEA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6EE; }
p { color: rgb(190,166,238); }
H1.HeaderClassName
{
color: #BEA6EE;
}
.AnyTagClassName
{
color: #BEA6EE;
}
</style>
background-color css
<style>
a { background-color: #BEA6EE; }
a { background-color: rgb(190,166,238); }
div.DivClassName
{
background-color: #BEA6EE;
}
.BgClassName
{
background-color: #BEA6EE;
}
</style>
border-color css
<style>
span { border-color: #BEA6EE; }
span { border-color: rgb(190,166,238); }
td.TdClassName
{
border-color: #BEA6EE;
}
.TagClassName
{
border-color: #BEA6EE;
}
</style>