Shades of Perfume #BEA4D4
Tints of Perfume #BEA4D4
RGB
CMYK
RGB Variations
Color information
#BEA4D4 (or 0xBEA4D4) is known color: Perfume. HEX triplet: BE, A4 and D4. RGB value is (190,164,212). Sum of RGB (Red+Green+Blue) = 190+164+212=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4D4 is #415B2B. Grayscale: #B1B1B1. Windows color (decimal): -4283180 or 13935806. OLE color: 13935806.
HSL color Cylindrical-coordinate representation of color #BEA4D4: hue angle of 272.5º 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 #BEA4D4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 164 | 212 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.17 |
| HSL | 272.5º | 0.36% | 0.74% | - |
| HSV(B) | 272.5º | 0.23% | 0.83% | - |
| XYZ | 46.39 | 42.25 | 68 | - |
| YUV | 177.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 212 | 0.10 | 0.23 | 0 | 0.17 | 272.5 | 0.36 | 0.74 |
| Hex | BE | A4 | D4 | A | 17 | 0 | 11 | 110 | 24 | 4A |
| Octal | 276 | 244 | 324 | 12 | 27 | 0 | 21 | 420 | 44 | 112 |
| Binary | 10111110 | 10100100 | 11010100 | 1010 | 10111 | 0 | 10001 | 100010000 | 100100 | 1001010 |
Color Harmonies of #BEA4D4
Complementary color
Monochromatic Colors of #BEA4D4
Black with #BEA4D4
Text Example
Text Example
White with #BEA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4D4; }
p { color: rgb(190,164,212); }
H1.HeaderClassName
{
color: #BEA4D4;
}
.AnyTagClassName
{
color: #BEA4D4;
}
</style>
background-color css
<style>
a { background-color: #BEA4D4; }
a { background-color: rgb(190,164,212); }
div.DivClassName
{
background-color: #BEA4D4;
}
.BgClassName
{
background-color: #BEA4D4;
}
</style>
border-color css
<style>
span { border-color: #BEA4D4; }
span { border-color: rgb(190,164,212); }
td.TdClassName
{
border-color: #BEA4D4;
}
.TagClassName
{
border-color: #BEA4D4;
}
</style>