Shades of Perfume #BEA7DC
Tints of Perfume #BEA7DC
RGB
CMYK
RGB Variations
Color information
#BEA7DC (or 0xBEA7DC) is known color: Perfume. HEX triplet: BE, A7 and DC. RGB value is (190,167,220). Sum of RGB (Red+Green+Blue) = 190+167+220=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7DC is #415823. Grayscale: #B3B3B3. Windows color (decimal): -4282404 or 14460862. OLE color: 14460862.
HSL color Cylindrical-coordinate representation of color #BEA7DC: hue angle of 266.04º 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 #BEA7DC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 167 | 220 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.14 |
| HSL | 266.04º | 0.43% | 0.76% | - |
| HSV(B) | 266.04º | 0.24% | 0.86% | - |
| XYZ | 47.97 | 43.75 | 73.63 | - |
| YUV | 179.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 220 | 0.14 | 0.24 | 0 | 0.14 | 266.04 | 0.43 | 0.76 |
| Hex | BE | A7 | DC | E | 18 | 0 | E | 10A | 2B | 4C |
| Octal | 276 | 247 | 334 | 16 | 30 | 0 | 16 | 412 | 53 | 114 |
| Binary | 10111110 | 10100111 | 11011100 | 1110 | 11000 | 0 | 1110 | 100001010 | 101011 | 1001100 |
Color Harmonies of #BEA7DC
Complementary color
Monochromatic Colors of #BEA7DC
Black with #BEA7DC
Text Example
Text Example
White with #BEA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7DC; }
p { color: rgb(190,167,220); }
H1.HeaderClassName
{
color: #BEA7DC;
}
.AnyTagClassName
{
color: #BEA7DC;
}
</style>
background-color css
<style>
a { background-color: #BEA7DC; }
a { background-color: rgb(190,167,220); }
div.DivClassName
{
background-color: #BEA7DC;
}
.BgClassName
{
background-color: #BEA7DC;
}
</style>
border-color css
<style>
span { border-color: #BEA7DC; }
span { border-color: rgb(190,167,220); }
td.TdClassName
{
border-color: #BEA7DC;
}
.TagClassName
{
border-color: #BEA7DC;
}
</style>