Shades of Perfume #B9A4DA
Tints of Perfume #B9A4DA
RGB
CMYK
RGB Variations
Color information
#B9A4DA (or 0xB9A4DA) is known color: Perfume. HEX triplet: B9, A4 and DA. RGB value is (185,164,218). Sum of RGB (Red+Green+Blue) = 185+164+218=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4DA is #465B25. Grayscale: #B0B0B0. Windows color (decimal): -4610854 or 14329017. OLE color: 14329017.
HSL color Cylindrical-coordinate representation of color #B9A4DA: hue angle of 263.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A4DA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 164 | 218 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.15 |
| HSL | 263.33º | 0.42% | 0.75% | - |
| HSV(B) | 263.33º | 0.25% | 0.85% | - |
| XYZ | 45.94 | 41.93 | 72 | - |
| YUV | 176.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 218 | 0.15 | 0.25 | 0 | 0.15 | 263.33 | 0.42 | 0.75 |
| Hex | B9 | A4 | DA | F | 19 | 0 | F | 107 | 2A | 4B |
| Octal | 271 | 244 | 332 | 17 | 31 | 0 | 17 | 407 | 52 | 113 |
| Binary | 10111001 | 10100100 | 11011010 | 1111 | 11001 | 0 | 1111 | 100000111 | 101010 | 1001011 |
Color Harmonies of #B9A4DA
Complementary color
Monochromatic Colors of #B9A4DA
Black with #B9A4DA
Text Example
Text Example
White with #B9A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A4DA; }
p { color: rgb(185,164,218); }
H1.HeaderClassName
{
color: #B9A4DA;
}
.AnyTagClassName
{
color: #B9A4DA;
}
</style>
background-color css
<style>
a { background-color: #B9A4DA; }
a { background-color: rgb(185,164,218); }
div.DivClassName
{
background-color: #B9A4DA;
}
.BgClassName
{
background-color: #B9A4DA;
}
</style>
border-color css
<style>
span { border-color: #B9A4DA; }
span { border-color: rgb(185,164,218); }
td.TdClassName
{
border-color: #B9A4DA;
}
.TagClassName
{
border-color: #B9A4DA;
}
</style>