Shades of Perfume #BEA2D0
Tints of Perfume #BEA2D0
RGB
CMYK
RGB Variations
Color information
#BEA2D0 (or 0xBEA2D0) is known color: Perfume. HEX triplet: BE, A2 and D0. RGB value is (190,162,208). Sum of RGB (Red+Green+Blue) = 190+162+208=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D0 is #415D2F. Grayscale: #AFAFAF. Windows color (decimal): -4283696 or 13673150. OLE color: 13673150.
HSL color Cylindrical-coordinate representation of color #BEA2D0: hue angle of 276.52º degrees, saturation: 0.33, 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 #BEA2D0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 162 | 208 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 276.52º | 0.33% | 0.73% | - |
| HSV(B) | 276.52º | 0.22% | 0.82% | - |
| XYZ | 45.54 | 41.34 | 65.25 | - |
| YUV | 175.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 208 | 0.09 | 0.22 | 0 | 0.18 | 276.52 | 0.33 | 0.73 |
| Hex | BE | A2 | D0 | 9 | 16 | 0 | 12 | 115 | 21 | 49 |
| Octal | 276 | 242 | 320 | 11 | 26 | 0 | 22 | 425 | 41 | 111 |
| Binary | 10111110 | 10100010 | 11010000 | 1001 | 10110 | 0 | 10010 | 100010101 | 100001 | 1001001 |
Color Harmonies of #BEA2D0
Complementary color
Monochromatic Colors of #BEA2D0
Black with #BEA2D0
Text Example
Text Example
White with #BEA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2D0; }
p { color: rgb(190,162,208); }
H1.HeaderClassName
{
color: #BEA2D0;
}
.AnyTagClassName
{
color: #BEA2D0;
}
</style>
background-color css
<style>
a { background-color: #BEA2D0; }
a { background-color: rgb(190,162,208); }
div.DivClassName
{
background-color: #BEA2D0;
}
.BgClassName
{
background-color: #BEA2D0;
}
</style>
border-color css
<style>
span { border-color: #BEA2D0; }
span { border-color: rgb(190,162,208); }
td.TdClassName
{
border-color: #BEA2D0;
}
.TagClassName
{
border-color: #BEA2D0;
}
</style>