Shades of Perfume #BEA8DD
Tints of Perfume #BEA8DD
RGB
CMYK
RGB Variations
Color information
#BEA8DD (or 0xBEA8DD) is known color: Perfume. HEX triplet: BE, A8 and DD. RGB value is (190,168,221). Sum of RGB (Red+Green+Blue) = 190+168+221=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8DD is #415722. Grayscale: #B4B4B4. Windows color (decimal): -4282147 or 14526654. OLE color: 14526654.
HSL color Cylindrical-coordinate representation of color #BEA8DD: hue angle of 264.91º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA8DD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 168 | 221 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.13 |
| HSL | 264.91º | 0.44% | 0.76% | - |
| HSV(B) | 264.91º | 0.24% | 0.87% | - |
| XYZ | 48.29 | 44.17 | 74.39 | - |
| YUV | 180.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 221 | 0.14 | 0.24 | 0 | 0.13 | 264.91 | 0.44 | 0.76 |
| Hex | BE | A8 | DD | E | 18 | 0 | D | 109 | 2C | 4C |
| Octal | 276 | 250 | 335 | 16 | 30 | 0 | 15 | 411 | 54 | 114 |
| Binary | 10111110 | 10101000 | 11011101 | 1110 | 11000 | 0 | 1101 | 100001001 | 101100 | 1001100 |
Color Harmonies of #BEA8DD
Complementary color
Monochromatic Colors of #BEA8DD
Black with #BEA8DD
Text Example
Text Example
White with #BEA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8DD; }
p { color: rgb(190,168,221); }
H1.HeaderClassName
{
color: #BEA8DD;
}
.AnyTagClassName
{
color: #BEA8DD;
}
</style>
background-color css
<style>
a { background-color: #BEA8DD; }
a { background-color: rgb(190,168,221); }
div.DivClassName
{
background-color: #BEA8DD;
}
.BgClassName
{
background-color: #BEA8DD;
}
</style>
border-color css
<style>
span { border-color: #BEA8DD; }
span { border-color: rgb(190,168,221); }
td.TdClassName
{
border-color: #BEA8DD;
}
.TagClassName
{
border-color: #BEA8DD;
}
</style>