Shades of Perfume #BEA8D1
Tints of Perfume #BEA8D1
RGB
CMYK
RGB Variations
Color information
#BEA8D1 (or 0xBEA8D1) is known color: Perfume. HEX triplet: BE, A8 and D1. RGB value is (190,168,209). Sum of RGB (Red+Green+Blue) = 190+168+209=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D1 is #41572E. Grayscale: #B3B3B3. Windows color (decimal): -4282159 or 13740222. OLE color: 13740222.
HSL color Cylindrical-coordinate representation of color #BEA8D1: hue angle of 272.2º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA8D1 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 168 | 209 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.18 |
| HSL | 272.2º | 0.31% | 0.74% | - |
| HSV(B) | 272.2º | 0.2% | 0.82% | - |
| XYZ | 46.75 | 43.56 | 66.26 | - |
| YUV | 179.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 209 | 0.09 | 0.20 | 0 | 0.18 | 272.2 | 0.31 | 0.74 |
| Hex | BE | A8 | D1 | 9 | 14 | 0 | 12 | 110 | 1F | 4A |
| Octal | 276 | 250 | 321 | 11 | 24 | 0 | 22 | 420 | 37 | 112 |
| Binary | 10111110 | 10101000 | 11010001 | 1001 | 10100 | 0 | 10010 | 100010000 | 11111 | 1001010 |
Color Harmonies of #BEA8D1
Complementary color
Monochromatic Colors of #BEA8D1
Black with #BEA8D1
Text Example
Text Example
White with #BEA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D1; }
p { color: rgb(190,168,209); }
H1.HeaderClassName
{
color: #BEA8D1;
}
.AnyTagClassName
{
color: #BEA8D1;
}
</style>
background-color css
<style>
a { background-color: #BEA8D1; }
a { background-color: rgb(190,168,209); }
div.DivClassName
{
background-color: #BEA8D1;
}
.BgClassName
{
background-color: #BEA8D1;
}
</style>
border-color css
<style>
span { border-color: #BEA8D1; }
span { border-color: rgb(190,168,209); }
td.TdClassName
{
border-color: #BEA8D1;
}
.TagClassName
{
border-color: #BEA8D1;
}
</style>