Shades of Perfume #BEA7E0
Tints of Perfume #BEA7E0
RGB
CMYK
RGB Variations
Color information
#BEA7E0 (or 0xBEA7E0) is known color: Perfume. HEX triplet: BE, A7 and E0. RGB value is (190,167,224). Sum of RGB (Red+Green+Blue) = 190+167+224=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7E0 is #41581F. Grayscale: #B4B4B4. Windows color (decimal): -4282400 or 14723006. OLE color: 14723006.
HSL color Cylindrical-coordinate representation of color #BEA7E0: hue angle of 264.21º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA7E0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 167 | 224 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.12 |
| HSL | 264.21º | 0.48% | 0.77% | - |
| HSV(B) | 264.21º | 0.25% | 0.88% | - |
| XYZ | 48.51 | 43.97 | 76.45 | - |
| YUV | 180.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 224 | 0.15 | 0.25 | 0 | 0.12 | 264.21 | 0.48 | 0.77 |
| Hex | BE | A7 | E0 | F | 19 | 0 | C | 108 | 30 | 4D |
| Octal | 276 | 247 | 340 | 17 | 31 | 0 | 14 | 410 | 60 | 115 |
| Binary | 10111110 | 10100111 | 11100000 | 1111 | 11001 | 0 | 1100 | 100001000 | 110000 | 1001101 |
Color Harmonies of #BEA7E0
Complementary color
Monochromatic Colors of #BEA7E0
Black with #BEA7E0
Text Example
Text Example
White with #BEA7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7E0; }
p { color: rgb(190,167,224); }
H1.HeaderClassName
{
color: #BEA7E0;
}
.AnyTagClassName
{
color: #BEA7E0;
}
</style>
background-color css
<style>
a { background-color: #BEA7E0; }
a { background-color: rgb(190,167,224); }
div.DivClassName
{
background-color: #BEA7E0;
}
.BgClassName
{
background-color: #BEA7E0;
}
</style>
border-color css
<style>
span { border-color: #BEA7E0; }
span { border-color: rgb(190,167,224); }
td.TdClassName
{
border-color: #BEA7E0;
}
.TagClassName
{
border-color: #BEA7E0;
}
</style>