Shades of Perfume #BEA3D0
Tints of Perfume #BEA3D0
RGB
CMYK
RGB Variations
Color information
#BEA3D0 (or 0xBEA3D0) is known color: Perfume. HEX triplet: BE, A3 and D0. RGB value is (190,163,208). Sum of RGB (Red+Green+Blue) = 190+163+208=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3D0 is #415C2F. Grayscale: #B0B0B0. Windows color (decimal): -4283440 or 13673406. OLE color: 13673406.
HSL color Cylindrical-coordinate representation of color #BEA3D0: hue angle of 276º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA3D0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 163 | 208 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 276º | 0.32% | 0.73% | - |
| HSV(B) | 276º | 0.22% | 0.82% | - |
| XYZ | 45.72 | 41.7 | 65.31 | - |
| YUV | 176.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 208 | 0.09 | 0.22 | 0 | 0.18 | 276 | 0.32 | 0.73 |
| Hex | BE | A3 | D0 | 9 | 16 | 0 | 12 | 114 | 20 | 49 |
| Octal | 276 | 243 | 320 | 11 | 26 | 0 | 22 | 424 | 40 | 111 |
| Binary | 10111110 | 10100011 | 11010000 | 1001 | 10110 | 0 | 10010 | 100010100 | 100000 | 1001001 |
Color Harmonies of #BEA3D0
Complementary color
Monochromatic Colors of #BEA3D0
Black with #BEA3D0
Text Example
Text Example
White with #BEA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3D0; }
p { color: rgb(190,163,208); }
H1.HeaderClassName
{
color: #BEA3D0;
}
.AnyTagClassName
{
color: #BEA3D0;
}
</style>
background-color css
<style>
a { background-color: #BEA3D0; }
a { background-color: rgb(190,163,208); }
div.DivClassName
{
background-color: #BEA3D0;
}
.BgClassName
{
background-color: #BEA3D0;
}
</style>
border-color css
<style>
span { border-color: #BEA3D0; }
span { border-color: rgb(190,163,208); }
td.TdClassName
{
border-color: #BEA3D0;
}
.TagClassName
{
border-color: #BEA3D0;
}
</style>