Shades of Perfume #BEA6CC
Tints of Perfume #BEA6CC
RGB
CMYK
RGB Variations
Color information
#BEA6CC (or 0xBEA6CC) is known color: Perfume. HEX triplet: BE, A6 and CC. RGB value is (190,166,204). Sum of RGB (Red+Green+Blue) = 190+166+204=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6CC is #415933. Grayscale: #B1B1B1. Windows color (decimal): -4282676 or 13412030. OLE color: 13412030.
HSL color Cylindrical-coordinate representation of color #BEA6CC: hue angle of 277.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA6CC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 166 | 204 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.2 |
| HSL | 277.89º | 0.27% | 0.73% | - |
| HSV(B) | 277.89º | 0.19% | 0.8% | - |
| XYZ | 45.77 | 42.58 | 62.93 | - |
| YUV | 177.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 204 | 0.07 | 0.19 | 0 | 0.2 | 277.89 | 0.27 | 0.73 |
| Hex | BE | A6 | CC | 7 | 13 | 0 | 14 | 116 | 1B | 49 |
| Octal | 276 | 246 | 314 | 7 | 23 | 0 | 24 | 426 | 33 | 111 |
| Binary | 10111110 | 10100110 | 11001100 | 111 | 10011 | 0 | 10100 | 100010110 | 11011 | 1001001 |
Color Harmonies of #BEA6CC
Complementary color
Monochromatic Colors of #BEA6CC
Black with #BEA6CC
Text Example
Text Example
White with #BEA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6CC; }
p { color: rgb(190,166,204); }
H1.HeaderClassName
{
color: #BEA6CC;
}
.AnyTagClassName
{
color: #BEA6CC;
}
</style>
background-color css
<style>
a { background-color: #BEA6CC; }
a { background-color: rgb(190,166,204); }
div.DivClassName
{
background-color: #BEA6CC;
}
.BgClassName
{
background-color: #BEA6CC;
}
</style>
border-color css
<style>
span { border-color: #BEA6CC; }
span { border-color: rgb(190,166,204); }
td.TdClassName
{
border-color: #BEA6CC;
}
.TagClassName
{
border-color: #BEA6CC;
}
</style>