Shades of Perfume #BEA4D0
Tints of Perfume #BEA4D0
RGB
CMYK
RGB Variations
Color information
#BEA4D0 (or 0xBEA4D0) is known color: Perfume. HEX triplet: BE, A4 and D0. RGB value is (190,164,208). Sum of RGB (Red+Green+Blue) = 190+164+208=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4D0 is #415B2F. Grayscale: #B0B0B0. Windows color (decimal): -4283184 or 13673662. OLE color: 13673662.
HSL color Cylindrical-coordinate representation of color #BEA4D0: hue angle of 275.45º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA4D0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 164 | 208 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.18 |
| HSL | 275.45º | 0.32% | 0.73% | - |
| HSV(B) | 275.45º | 0.21% | 0.82% | - |
| XYZ | 45.9 | 42.05 | 65.37 | - |
| YUV | 176.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 208 | 0.09 | 0.21 | 0 | 0.18 | 275.45 | 0.32 | 0.73 |
| Hex | BE | A4 | D0 | 9 | 15 | 0 | 12 | 113 | 20 | 49 |
| Octal | 276 | 244 | 320 | 11 | 25 | 0 | 22 | 423 | 40 | 111 |
| Binary | 10111110 | 10100100 | 11010000 | 1001 | 10101 | 0 | 10010 | 100010011 | 100000 | 1001001 |
Color Harmonies of #BEA4D0
Complementary color
Monochromatic Colors of #BEA4D0
Black with #BEA4D0
Text Example
Text Example
White with #BEA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4D0; }
p { color: rgb(190,164,208); }
H1.HeaderClassName
{
color: #BEA4D0;
}
.AnyTagClassName
{
color: #BEA4D0;
}
</style>
background-color css
<style>
a { background-color: #BEA4D0; }
a { background-color: rgb(190,164,208); }
div.DivClassName
{
background-color: #BEA4D0;
}
.BgClassName
{
background-color: #BEA4D0;
}
</style>
border-color css
<style>
span { border-color: #BEA4D0; }
span { border-color: rgb(190,164,208); }
td.TdClassName
{
border-color: #BEA4D0;
}
.TagClassName
{
border-color: #BEA4D0;
}
</style>