Shades of Perfume #BEA7D1
Tints of Perfume #BEA7D1
RGB
CMYK
RGB Variations
Color information
#BEA7D1 (or 0xBEA7D1) is known color: Perfume. HEX triplet: BE, A7 and D1. RGB value is (190,167,209). Sum of RGB (Red+Green+Blue) = 190+167+209=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7D1 is #41582E. Grayscale: #B2B2B2. Windows color (decimal): -4282415 or 13739966. OLE color: 13739966.
HSL color Cylindrical-coordinate representation of color #BEA7D1: hue angle of 272.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA7D1 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 167 | 209 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.18 |
| HSL | 272.86º | 0.31% | 0.74% | - |
| HSV(B) | 272.86º | 0.2% | 0.82% | - |
| XYZ | 46.56 | 43.19 | 66.2 | - |
| YUV | 178.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 209 | 0.09 | 0.20 | 0 | 0.18 | 272.86 | 0.31 | 0.74 |
| Hex | BE | A7 | D1 | 9 | 14 | 0 | 12 | 111 | 1F | 4A |
| Octal | 276 | 247 | 321 | 11 | 24 | 0 | 22 | 421 | 37 | 112 |
| Binary | 10111110 | 10100111 | 11010001 | 1001 | 10100 | 0 | 10010 | 100010001 | 11111 | 1001010 |
Color Harmonies of #BEA7D1
Complementary color
Monochromatic Colors of #BEA7D1
Black with #BEA7D1
Text Example
Text Example
White with #BEA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7D1; }
p { color: rgb(190,167,209); }
H1.HeaderClassName
{
color: #BEA7D1;
}
.AnyTagClassName
{
color: #BEA7D1;
}
</style>
background-color css
<style>
a { background-color: #BEA7D1; }
a { background-color: rgb(190,167,209); }
div.DivClassName
{
background-color: #BEA7D1;
}
.BgClassName
{
background-color: #BEA7D1;
}
</style>
border-color css
<style>
span { border-color: #BEA7D1; }
span { border-color: rgb(190,167,209); }
td.TdClassName
{
border-color: #BEA7D1;
}
.TagClassName
{
border-color: #BEA7D1;
}
</style>