Shades of Perfume #BEA5D5
Tints of Perfume #BEA5D5
RGB
CMYK
RGB Variations
Color information
#BEA5D5 (or 0xBEA5D5) is known color: Perfume. HEX triplet: BE, A5 and D5. RGB value is (190,165,213). Sum of RGB (Red+Green+Blue) = 190+165+213=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5D5 is #415A2A. Grayscale: #B1B1B1. Windows color (decimal): -4282923 or 14001598. OLE color: 14001598.
HSL color Cylindrical-coordinate representation of color #BEA5D5: hue angle of 271.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA5D5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 165 | 213 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.16 |
| HSL | 271.25º | 0.36% | 0.74% | - |
| HSV(B) | 271.25º | 0.23% | 0.84% | - |
| XYZ | 46.7 | 42.66 | 68.72 | - |
| YUV | 177.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 213 | 0.11 | 0.23 | 0 | 0.16 | 271.25 | 0.36 | 0.74 |
| Hex | BE | A5 | D5 | B | 17 | 0 | 10 | 10F | 24 | 4A |
| Octal | 276 | 245 | 325 | 13 | 27 | 0 | 20 | 417 | 44 | 112 |
| Binary | 10111110 | 10100101 | 11010101 | 1011 | 10111 | 0 | 10000 | 100001111 | 100100 | 1001010 |
Color Harmonies of #BEA5D5
Complementary color
Monochromatic Colors of #BEA5D5
Black with #BEA5D5
Text Example
Text Example
White with #BEA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA5D5; }
p { color: rgb(190,165,213); }
H1.HeaderClassName
{
color: #BEA5D5;
}
.AnyTagClassName
{
color: #BEA5D5;
}
</style>
background-color css
<style>
a { background-color: #BEA5D5; }
a { background-color: rgb(190,165,213); }
div.DivClassName
{
background-color: #BEA5D5;
}
.BgClassName
{
background-color: #BEA5D5;
}
</style>
border-color css
<style>
span { border-color: #BEA5D5; }
span { border-color: rgb(190,165,213); }
td.TdClassName
{
border-color: #BEA5D5;
}
.TagClassName
{
border-color: #BEA5D5;
}
</style>