Shades of Perfume #B9A2F3
Tints of Perfume #B9A2F3
RGB
CMYK
RGB Variations
Color information
#B9A2F3 (or 0xB9A2F3) is known color: Perfume. HEX triplet: B9, A2 and F3. RGB value is (185,162,243). Sum of RGB (Red+Green+Blue) = 185+162+243=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9A2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2F3 is #465D0C. Grayscale: #B1B1B1. Windows color (decimal): -4611341 or 15966905. OLE color: 15966905.
HSL color Cylindrical-coordinate representation of color #B9A2F3: hue angle of 257.04º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A2F3 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 162 | 243 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.05 |
| HSL | 257.04º | 0.77% | 0.79% | - |
| HSV(B) | 257.04º | 0.33% | 0.95% | - |
| XYZ | 49.11 | 42.63 | 90.43 | - |
| YUV | 178.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 243 | 0.24 | 0.33 | 0 | 0.05 | 257.04 | 0.77 | 0.79 |
| Hex | B9 | A2 | F3 | 18 | 21 | 0 | 5 | 101 | 4D | 4F |
| Octal | 271 | 242 | 363 | 30 | 41 | 0 | 5 | 401 | 115 | 117 |
| Binary | 10111001 | 10100010 | 11110011 | 11000 | 100001 | 0 | 101 | 100000001 | 1001101 | 1001111 |
Color Harmonies of #B9A2F3
Complementary color
Monochromatic Colors of #B9A2F3
Black with #B9A2F3
Text Example
Text Example
White with #B9A2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2F3; }
p { color: rgb(185,162,243); }
H1.HeaderClassName
{
color: #B9A2F3;
}
.AnyTagClassName
{
color: #B9A2F3;
}
</style>
background-color css
<style>
a { background-color: #B9A2F3; }
a { background-color: rgb(185,162,243); }
div.DivClassName
{
background-color: #B9A2F3;
}
.BgClassName
{
background-color: #B9A2F3;
}
</style>
border-color css
<style>
span { border-color: #B9A2F3; }
span { border-color: rgb(185,162,243); }
td.TdClassName
{
border-color: #B9A2F3;
}
.TagClassName
{
border-color: #B9A2F3;
}
</style>