Shades of Perfume #BEA8D6
Tints of Perfume #BEA8D6
RGB
CMYK
RGB Variations
Color information
#BEA8D6 (or 0xBEA8D6) is known color: Perfume. HEX triplet: BE, A8 and D6. RGB value is (190,168,214). Sum of RGB (Red+Green+Blue) = 190+168+214=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D6 is #415729. Grayscale: #B3B3B3. Windows color (decimal): -4282154 or 14067902. OLE color: 14067902.
HSL color Cylindrical-coordinate representation of color #BEA8D6: hue angle of 268.7º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA8D6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 168 | 214 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.16 |
| HSL | 268.7º | 0.36% | 0.75% | - |
| HSV(B) | 268.7º | 0.21% | 0.84% | - |
| XYZ | 47.38 | 43.81 | 69.58 | - |
| YUV | 179.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 214 | 0.11 | 0.21 | 0 | 0.16 | 268.7 | 0.36 | 0.75 |
| Hex | BE | A8 | D6 | B | 15 | 0 | 10 | 10D | 24 | 4B |
| Octal | 276 | 250 | 326 | 13 | 25 | 0 | 20 | 415 | 44 | 113 |
| Binary | 10111110 | 10101000 | 11010110 | 1011 | 10101 | 0 | 10000 | 100001101 | 100100 | 1001011 |
Color Harmonies of #BEA8D6
Complementary color
Monochromatic Colors of #BEA8D6
Black with #BEA8D6
Text Example
Text Example
White with #BEA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D6; }
p { color: rgb(190,168,214); }
H1.HeaderClassName
{
color: #BEA8D6;
}
.AnyTagClassName
{
color: #BEA8D6;
}
</style>
background-color css
<style>
a { background-color: #BEA8D6; }
a { background-color: rgb(190,168,214); }
div.DivClassName
{
background-color: #BEA8D6;
}
.BgClassName
{
background-color: #BEA8D6;
}
</style>
border-color css
<style>
span { border-color: #BEA8D6; }
span { border-color: rgb(190,168,214); }
td.TdClassName
{
border-color: #BEA8D6;
}
.TagClassName
{
border-color: #BEA8D6;
}
</style>