Shades of Perfume #BEA5ED
Tints of Perfume #BEA5ED
RGB
CMYK
RGB Variations
Color information
#BEA5ED (or 0xBEA5ED) is known color: Perfume. HEX triplet: BE, A5 and ED. RGB value is (190,165,237). Sum of RGB (Red+Green+Blue) = 190+165+237=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5ED is #415A12. Grayscale: #B4B4B4. Windows color (decimal): -4282899 or 15574462. OLE color: 15574462.
HSL color Cylindrical-coordinate representation of color #BEA5ED: hue angle of 260.83º degrees, saturation: 0.67, 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 #BEA5ED is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 165 | 237 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.07 |
| HSL | 260.83º | 0.67% | 0.79% | - |
| HSV(B) | 260.83º | 0.3% | 0.93% | - |
| XYZ | 49.98 | 43.97 | 85.97 | - |
| YUV | 180.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 237 | 0.20 | 0.30 | 0 | 0.07 | 260.83 | 0.67 | 0.79 |
| Hex | BE | A5 | ED | 14 | 1E | 0 | 7 | 105 | 43 | 4F |
| Octal | 276 | 245 | 355 | 24 | 36 | 0 | 7 | 405 | 103 | 117 |
| Binary | 10111110 | 10100101 | 11101101 | 10100 | 11110 | 0 | 111 | 100000101 | 1000011 | 1001111 |
Color Harmonies of #BEA5ED
Complementary color
Monochromatic Colors of #BEA5ED
Black with #BEA5ED
Text Example
Text Example
White with #BEA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA5ED; }
p { color: rgb(190,165,237); }
H1.HeaderClassName
{
color: #BEA5ED;
}
.AnyTagClassName
{
color: #BEA5ED;
}
</style>
background-color css
<style>
a { background-color: #BEA5ED; }
a { background-color: rgb(190,165,237); }
div.DivClassName
{
background-color: #BEA5ED;
}
.BgClassName
{
background-color: #BEA5ED;
}
</style>
border-color css
<style>
span { border-color: #BEA5ED; }
span { border-color: rgb(190,165,237); }
td.TdClassName
{
border-color: #BEA5ED;
}
.TagClassName
{
border-color: #BEA5ED;
}
</style>