Shades of Perfume #B6A1EC
Tints of Perfume #B6A1EC
RGB
CMYK
RGB Variations
Color information
#B6A1EC (or 0xB6A1EC) is known color: Perfume. HEX triplet: B6, A1 and EC. RGB value is (182,161,236). Sum of RGB (Red+Green+Blue) = 182+161+236=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1EC is #495E13. Grayscale: #AFAFAF. Windows color (decimal): -4808212 or 15507894. OLE color: 15507894.
HSL color Cylindrical-coordinate representation of color #B6A1EC: hue angle of 256.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6A1EC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 161 | 236 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.07 |
| HSL | 256.8º | 0.66% | 0.78% | - |
| HSV(B) | 256.8º | 0.32% | 0.93% | - |
| XYZ | 47.18 | 41.49 | 84.88 | - |
| YUV | 175.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 236 | 0.23 | 0.32 | 0 | 0.07 | 256.8 | 0.66 | 0.78 |
| Hex | B6 | A1 | EC | 17 | 20 | 0 | 7 | 101 | 42 | 4E |
| Octal | 266 | 241 | 354 | 27 | 40 | 0 | 7 | 401 | 102 | 116 |
| Binary | 10110110 | 10100001 | 11101100 | 10111 | 100000 | 0 | 111 | 100000001 | 1000010 | 1001110 |
Color Harmonies of #B6A1EC
Complementary color
Monochromatic Colors of #B6A1EC
Black with #B6A1EC
Text Example
Text Example
White with #B6A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1EC; }
p { color: rgb(182,161,236); }
H1.HeaderClassName
{
color: #B6A1EC;
}
.AnyTagClassName
{
color: #B6A1EC;
}
</style>
background-color css
<style>
a { background-color: #B6A1EC; }
a { background-color: rgb(182,161,236); }
div.DivClassName
{
background-color: #B6A1EC;
}
.BgClassName
{
background-color: #B6A1EC;
}
</style>
border-color css
<style>
span { border-color: #B6A1EC; }
span { border-color: rgb(182,161,236); }
td.TdClassName
{
border-color: #B6A1EC;
}
.TagClassName
{
border-color: #B6A1EC;
}
</style>