Shades of Perfume #BEA3D4
Tints of Perfume #BEA3D4
RGB
CMYK
RGB Variations
Color information
#BEA3D4 (or 0xBEA3D4) is known color: Perfume. HEX triplet: BE, A3 and D4. RGB value is (190,163,212). Sum of RGB (Red+Green+Blue) = 190+163+212=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEA3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3D4 is #415C2B. Grayscale: #B0B0B0. Windows color (decimal): -4283436 or 13935550. OLE color: 13935550.
HSL color Cylindrical-coordinate representation of color #BEA3D4: hue angle of 273.06º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA3D4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 163 | 212 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.17 |
| HSL | 273.06º | 0.36% | 0.74% | - |
| HSV(B) | 273.06º | 0.23% | 0.83% | - |
| XYZ | 46.22 | 41.9 | 67.94 | - |
| YUV | 176.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 212 | 0.10 | 0.23 | 0 | 0.17 | 273.06 | 0.36 | 0.74 |
| Hex | BE | A3 | D4 | A | 17 | 0 | 11 | 111 | 24 | 4A |
| Octal | 276 | 243 | 324 | 12 | 27 | 0 | 21 | 421 | 44 | 112 |
| Binary | 10111110 | 10100011 | 11010100 | 1010 | 10111 | 0 | 10001 | 100010001 | 100100 | 1001010 |
Color Harmonies of #BEA3D4
Complementary color
Monochromatic Colors of #BEA3D4
Black with #BEA3D4
Text Example
Text Example
White with #BEA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3D4; }
p { color: rgb(190,163,212); }
H1.HeaderClassName
{
color: #BEA3D4;
}
.AnyTagClassName
{
color: #BEA3D4;
}
</style>
background-color css
<style>
a { background-color: #BEA3D4; }
a { background-color: rgb(190,163,212); }
div.DivClassName
{
background-color: #BEA3D4;
}
.BgClassName
{
background-color: #BEA3D4;
}
</style>
border-color css
<style>
span { border-color: #BEA3D4; }
span { border-color: rgb(190,163,212); }
td.TdClassName
{
border-color: #BEA3D4;
}
.TagClassName
{
border-color: #BEA3D4;
}
</style>