Shades of Perfume #BEA8D5
Tints of Perfume #BEA8D5
RGB
CMYK
RGB Variations
Color information
#BEA8D5 (or 0xBEA8D5) is known color: Perfume. HEX triplet: BE, A8 and D5. RGB value is (190,168,213). Sum of RGB (Red+Green+Blue) = 190+168+213=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D5 is #41572A. Grayscale: #B3B3B3. Windows color (decimal): -4282155 or 14002366. OLE color: 14002366.
HSL color Cylindrical-coordinate representation of color #BEA8D5: hue angle of 269.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA8D5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 168 | 213 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.16 |
| HSL | 269.33º | 0.35% | 0.75% | - |
| HSV(B) | 269.33º | 0.21% | 0.84% | - |
| XYZ | 47.25 | 43.76 | 68.91 | - |
| YUV | 179.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 213 | 0.11 | 0.21 | 0 | 0.16 | 269.33 | 0.35 | 0.75 |
| Hex | BE | A8 | D5 | B | 15 | 0 | 10 | 10D | 23 | 4B |
| Octal | 276 | 250 | 325 | 13 | 25 | 0 | 20 | 415 | 43 | 113 |
| Binary | 10111110 | 10101000 | 11010101 | 1011 | 10101 | 0 | 10000 | 100001101 | 100011 | 1001011 |
Color Harmonies of #BEA8D5
Complementary color
Monochromatic Colors of #BEA8D5
Black with #BEA8D5
Text Example
Text Example
White with #BEA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D5; }
p { color: rgb(190,168,213); }
H1.HeaderClassName
{
color: #BEA8D5;
}
.AnyTagClassName
{
color: #BEA8D5;
}
</style>
background-color css
<style>
a { background-color: #BEA8D5; }
a { background-color: rgb(190,168,213); }
div.DivClassName
{
background-color: #BEA8D5;
}
.BgClassName
{
background-color: #BEA8D5;
}
</style>
border-color css
<style>
span { border-color: #BEA8D5; }
span { border-color: rgb(190,168,213); }
td.TdClassName
{
border-color: #BEA8D5;
}
.TagClassName
{
border-color: #BEA8D5;
}
</style>