Shades of Perfume #BEA4D2
Tints of Perfume #BEA4D2
RGB
CMYK
RGB Variations
Color information
#BEA4D2 (or 0xBEA4D2) is known color: Perfume. HEX triplet: BE, A4 and D2. RGB value is (190,164,210). Sum of RGB (Red+Green+Blue) = 190+164+210=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4D2 is #415B2D. Grayscale: #B0B0B0. Windows color (decimal): -4283182 or 13804734. OLE color: 13804734.
HSL color Cylindrical-coordinate representation of color #BEA4D2: hue angle of 273.91º degrees, saturation: 0.34, 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 #BEA4D2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 164 | 210 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.18 |
| HSL | 273.91º | 0.34% | 0.73% | - |
| HSV(B) | 273.91º | 0.22% | 0.82% | - |
| XYZ | 46.14 | 42.15 | 66.68 | - |
| YUV | 177.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 210 | 0.10 | 0.22 | 0 | 0.18 | 273.91 | 0.34 | 0.73 |
| Hex | BE | A4 | D2 | A | 16 | 0 | 12 | 112 | 22 | 49 |
| Octal | 276 | 244 | 322 | 12 | 26 | 0 | 22 | 422 | 42 | 111 |
| Binary | 10111110 | 10100100 | 11010010 | 1010 | 10110 | 0 | 10010 | 100010010 | 100010 | 1001001 |
Color Harmonies of #BEA4D2
Complementary color
Monochromatic Colors of #BEA4D2
Black with #BEA4D2
Text Example
Text Example
White with #BEA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4D2; }
p { color: rgb(190,164,210); }
H1.HeaderClassName
{
color: #BEA4D2;
}
.AnyTagClassName
{
color: #BEA4D2;
}
</style>
background-color css
<style>
a { background-color: #BEA4D2; }
a { background-color: rgb(190,164,210); }
div.DivClassName
{
background-color: #BEA4D2;
}
.BgClassName
{
background-color: #BEA4D2;
}
</style>
border-color css
<style>
span { border-color: #BEA4D2; }
span { border-color: rgb(190,164,210); }
td.TdClassName
{
border-color: #BEA4D2;
}
.TagClassName
{
border-color: #BEA4D2;
}
</style>