Shades of Perfume #B9A4EF
Tints of Perfume #B9A4EF
RGB
CMYK
RGB Variations
Color information
#B9A4EF (or 0xB9A4EF) is known color: Perfume. HEX triplet: B9, A4 and EF. RGB value is (185,164,239). Sum of RGB (Red+Green+Blue) = 185+164+239=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9A4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4EF is #465B10. Grayscale: #B2B2B2. Windows color (decimal): -4610833 or 15705273. OLE color: 15705273.
HSL color Cylindrical-coordinate representation of color #B9A4EF: hue angle of 256.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A4EF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 164 | 239 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.06 |
| HSL | 256.8º | 0.7% | 0.79% | - |
| HSV(B) | 256.8º | 0.31% | 0.94% | - |
| XYZ | 48.86 | 43.1 | 87.4 | - |
| YUV | 178.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 239 | 0.23 | 0.31 | 0 | 0.06 | 256.8 | 0.7 | 0.79 |
| Hex | B9 | A4 | EF | 17 | 1F | 0 | 6 | 101 | 46 | 4F |
| Octal | 271 | 244 | 357 | 27 | 37 | 0 | 6 | 401 | 106 | 117 |
| Binary | 10111001 | 10100100 | 11101111 | 10111 | 11111 | 0 | 110 | 100000001 | 1000110 | 1001111 |
Color Harmonies of #B9A4EF
Complementary color
Monochromatic Colors of #B9A4EF
Black with #B9A4EF
Text Example
Text Example
White with #B9A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A4EF; }
p { color: rgb(185,164,239); }
H1.HeaderClassName
{
color: #B9A4EF;
}
.AnyTagClassName
{
color: #B9A4EF;
}
</style>
background-color css
<style>
a { background-color: #B9A4EF; }
a { background-color: rgb(185,164,239); }
div.DivClassName
{
background-color: #B9A4EF;
}
.BgClassName
{
background-color: #B9A4EF;
}
</style>
border-color css
<style>
span { border-color: #B9A4EF; }
span { border-color: rgb(185,164,239); }
td.TdClassName
{
border-color: #B9A4EF;
}
.TagClassName
{
border-color: #B9A4EF;
}
</style>