Shades of Perfume #BEA8DC
Tints of Perfume #BEA8DC
RGB
CMYK
RGB Variations
Color information
#BEA8DC (or 0xBEA8DC) is known color: Perfume. HEX triplet: BE, A8 and DC. RGB value is (190,168,220). Sum of RGB (Red+Green+Blue) = 190+168+220=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8DC is #415723. Grayscale: #B4B4B4. Windows color (decimal): -4282148 or 14461118. OLE color: 14461118.
HSL color Cylindrical-coordinate representation of color #BEA8DC: hue angle of 265.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA8DC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 168 | 220 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.14 |
| HSL | 265.38º | 0.43% | 0.76% | - |
| HSV(B) | 265.38º | 0.24% | 0.86% | - |
| XYZ | 48.16 | 44.12 | 73.69 | - |
| YUV | 180.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 220 | 0.14 | 0.24 | 0 | 0.14 | 265.38 | 0.43 | 0.76 |
| Hex | BE | A8 | DC | E | 18 | 0 | E | 109 | 2B | 4C |
| Octal | 276 | 250 | 334 | 16 | 30 | 0 | 16 | 411 | 53 | 114 |
| Binary | 10111110 | 10101000 | 11011100 | 1110 | 11000 | 0 | 1110 | 100001001 | 101011 | 1001100 |
Color Harmonies of #BEA8DC
Complementary color
Monochromatic Colors of #BEA8DC
Black with #BEA8DC
Text Example
Text Example
White with #BEA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8DC; }
p { color: rgb(190,168,220); }
H1.HeaderClassName
{
color: #BEA8DC;
}
.AnyTagClassName
{
color: #BEA8DC;
}
</style>
background-color css
<style>
a { background-color: #BEA8DC; }
a { background-color: rgb(190,168,220); }
div.DivClassName
{
background-color: #BEA8DC;
}
.BgClassName
{
background-color: #BEA8DC;
}
</style>
border-color css
<style>
span { border-color: #BEA8DC; }
span { border-color: rgb(190,168,220); }
td.TdClassName
{
border-color: #BEA8DC;
}
.TagClassName
{
border-color: #BEA8DC;
}
</style>