Shades of Perfume #B6A1EE
Tints of Perfume #B6A1EE
RGB
CMYK
RGB Variations
Color information
#B6A1EE (or 0xB6A1EE) is known color: Perfume. HEX triplet: B6, A1 and EE. RGB value is (182,161,238). Sum of RGB (Red+Green+Blue) = 182+161+238=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6A1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1EE is #495E11. Grayscale: #AFAFAF. Windows color (decimal): -4808210 or 15638966. OLE color: 15638966.
HSL color Cylindrical-coordinate representation of color #B6A1EE: hue angle of 256.36º degrees, saturation: 0.69, 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 #B6A1EE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 161 | 238 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.07 |
| HSL | 256.36º | 0.69% | 0.78% | - |
| HSV(B) | 256.36º | 0.32% | 0.93% | - |
| XYZ | 47.47 | 41.61 | 86.42 | - |
| YUV | 176.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 238 | 0.24 | 0.32 | 0 | 0.07 | 256.36 | 0.69 | 0.78 |
| Hex | B6 | A1 | EE | 18 | 20 | 0 | 7 | 100 | 45 | 4E |
| Octal | 266 | 241 | 356 | 30 | 40 | 0 | 7 | 400 | 105 | 116 |
| Binary | 10110110 | 10100001 | 11101110 | 11000 | 100000 | 0 | 111 | 100000000 | 1000101 | 1001110 |
Color Harmonies of #B6A1EE
Complementary color
Monochromatic Colors of #B6A1EE
Black with #B6A1EE
Text Example
Text Example
White with #B6A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1EE; }
p { color: rgb(182,161,238); }
H1.HeaderClassName
{
color: #B6A1EE;
}
.AnyTagClassName
{
color: #B6A1EE;
}
</style>
background-color css
<style>
a { background-color: #B6A1EE; }
a { background-color: rgb(182,161,238); }
div.DivClassName
{
background-color: #B6A1EE;
}
.BgClassName
{
background-color: #B6A1EE;
}
</style>
border-color css
<style>
span { border-color: #B6A1EE; }
span { border-color: rgb(182,161,238); }
td.TdClassName
{
border-color: #B6A1EE;
}
.TagClassName
{
border-color: #B6A1EE;
}
</style>