Shades of Perfume #B9A3E9
Tints of Perfume #B9A3E9
RGB
CMYK
RGB Variations
Color information
#B9A3E9 (or 0xB9A3E9) is known color: Perfume. HEX triplet: B9, A3 and E9. RGB value is (185,163,233). Sum of RGB (Red+Green+Blue) = 185+163+233=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A3E9 is #465C16. Grayscale: #B1B1B1. Windows color (decimal): -4611095 or 15311801. OLE color: 15311801.
HSL color Cylindrical-coordinate representation of color #B9A3E9: hue angle of 258.86º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A3E9 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 163 | 233 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.09 |
| HSL | 258.86º | 0.61% | 0.78% | - |
| HSV(B) | 258.86º | 0.3% | 0.91% | - |
| XYZ | 47.81 | 42.39 | 82.75 | - |
| YUV | 177.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 233 | 0.21 | 0.30 | 0 | 0.09 | 258.86 | 0.61 | 0.78 |
| Hex | B9 | A3 | E9 | 15 | 1E | 0 | 9 | 103 | 3D | 4E |
| Octal | 271 | 243 | 351 | 25 | 36 | 0 | 11 | 403 | 75 | 116 |
| Binary | 10111001 | 10100011 | 11101001 | 10101 | 11110 | 0 | 1001 | 100000011 | 111101 | 1001110 |
Color Harmonies of #B9A3E9
Complementary color
Monochromatic Colors of #B9A3E9
Black with #B9A3E9
Text Example
Text Example
White with #B9A3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A3E9; }
p { color: rgb(185,163,233); }
H1.HeaderClassName
{
color: #B9A3E9;
}
.AnyTagClassName
{
color: #B9A3E9;
}
</style>
background-color css
<style>
a { background-color: #B9A3E9; }
a { background-color: rgb(185,163,233); }
div.DivClassName
{
background-color: #B9A3E9;
}
.BgClassName
{
background-color: #B9A3E9;
}
</style>
border-color css
<style>
span { border-color: #B9A3E9; }
span { border-color: rgb(185,163,233); }
td.TdClassName
{
border-color: #B9A3E9;
}
.TagClassName
{
border-color: #B9A3E9;
}
</style>