Shades of Perfume #B9A1E5
Tints of Perfume #B9A1E5
RGB
CMYK
RGB Variations
Color information
#B9A1E5 (or 0xB9A1E5) is known color: Perfume. HEX triplet: B9, A1 and E5. RGB value is (185,161,229). Sum of RGB (Red+Green+Blue) = 185+161+229=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1E5 is #465E1A. Grayscale: #AFAFAF. Windows color (decimal): -4611611 or 15049145. OLE color: 15049145.
HSL color Cylindrical-coordinate representation of color #B9A1E5: hue angle of 261.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A1E5 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 161 | 229 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.10 |
| HSL | 261.18º | 0.57% | 0.76% | - |
| HSV(B) | 261.18º | 0.3% | 0.9% | - |
| XYZ | 46.9 | 41.46 | 79.66 | - |
| YUV | 175.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 229 | 0.19 | 0.30 | 0 | 0.10 | 261.18 | 0.57 | 0.76 |
| Hex | B9 | A1 | E5 | 13 | 1E | 0 | A | 105 | 39 | 4C |
| Octal | 271 | 241 | 345 | 23 | 36 | 0 | 12 | 405 | 71 | 114 |
| Binary | 10111001 | 10100001 | 11100101 | 10011 | 11110 | 0 | 1010 | 100000101 | 111001 | 1001100 |
Color Harmonies of #B9A1E5
Complementary color
Monochromatic Colors of #B9A1E5
Black with #B9A1E5
Text Example
Text Example
White with #B9A1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A1E5; }
p { color: rgb(185,161,229); }
H1.HeaderClassName
{
color: #B9A1E5;
}
.AnyTagClassName
{
color: #B9A1E5;
}
</style>
background-color css
<style>
a { background-color: #B9A1E5; }
a { background-color: rgb(185,161,229); }
div.DivClassName
{
background-color: #B9A1E5;
}
.BgClassName
{
background-color: #B9A1E5;
}
</style>
border-color css
<style>
span { border-color: #B9A1E5; }
span { border-color: rgb(185,161,229); }
td.TdClassName
{
border-color: #B9A1E5;
}
.TagClassName
{
border-color: #B9A1E5;
}
</style>