Shades of Perfume #BEA6D1
Tints of Perfume #BEA6D1
RGB
CMYK
RGB Variations
Color information
#BEA6D1 (or 0xBEA6D1) is known color: Perfume. HEX triplet: BE, A6 and D1. RGB value is (190,166,209). Sum of RGB (Red+Green+Blue) = 190+166+209=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6D1 is #41592E. Grayscale: #B1B1B1. Windows color (decimal): -4282671 or 13739710. OLE color: 13739710.
HSL color Cylindrical-coordinate representation of color #BEA6D1: hue angle of 273.49º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA6D1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 166 | 209 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.18 |
| HSL | 273.49º | 0.32% | 0.74% | - |
| HSV(B) | 273.49º | 0.21% | 0.82% | - |
| XYZ | 46.38 | 42.82 | 66.14 | - |
| YUV | 178.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 209 | 0.09 | 0.21 | 0 | 0.18 | 273.49 | 0.32 | 0.74 |
| Hex | BE | A6 | D1 | 9 | 15 | 0 | 12 | 111 | 20 | 4A |
| Octal | 276 | 246 | 321 | 11 | 25 | 0 | 22 | 421 | 40 | 112 |
| Binary | 10111110 | 10100110 | 11010001 | 1001 | 10101 | 0 | 10010 | 100010001 | 100000 | 1001010 |
Color Harmonies of #BEA6D1
Complementary color
Monochromatic Colors of #BEA6D1
Black with #BEA6D1
Text Example
Text Example
White with #BEA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6D1; }
p { color: rgb(190,166,209); }
H1.HeaderClassName
{
color: #BEA6D1;
}
.AnyTagClassName
{
color: #BEA6D1;
}
</style>
background-color css
<style>
a { background-color: #BEA6D1; }
a { background-color: rgb(190,166,209); }
div.DivClassName
{
background-color: #BEA6D1;
}
.BgClassName
{
background-color: #BEA6D1;
}
</style>
border-color css
<style>
span { border-color: #BEA6D1; }
span { border-color: rgb(190,166,209); }
td.TdClassName
{
border-color: #BEA6D1;
}
.TagClassName
{
border-color: #BEA6D1;
}
</style>