Shades of Perfume #BFA9E3
Tints of Perfume #BFA9E3
RGB
CMYK
RGB Variations
Color information
#BFA9E3 (or 0xBFA9E3) is known color: Perfume. HEX triplet: BF, A9 and E3. RGB value is (191,169,227). Sum of RGB (Red+Green+Blue) = 191+169+227=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFA9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9E3 is #40561C. Grayscale: #B5B5B5. Windows color (decimal): -4216349 or 14920127. OLE color: 14920127.
HSL color Cylindrical-coordinate representation of color #BFA9E3: hue angle of 262.76º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA9E3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 169 | 227 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.11 |
| HSL | 262.76º | 0.51% | 0.78% | - |
| HSV(B) | 262.76º | 0.26% | 0.89% | - |
| XYZ | 49.54 | 45 | 78.75 | - |
| YUV | 182.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 227 | 0.16 | 0.26 | 0 | 0.11 | 262.76 | 0.51 | 0.78 |
| Hex | BF | A9 | E3 | 10 | 1A | 0 | B | 107 | 33 | 4E |
| Octal | 277 | 251 | 343 | 20 | 32 | 0 | 13 | 407 | 63 | 116 |
| Binary | 10111111 | 10101001 | 11100011 | 10000 | 11010 | 0 | 1011 | 100000111 | 110011 | 1001110 |
Color Harmonies of #BFA9E3
Complementary color
Monochromatic Colors of #BFA9E3
Black with #BFA9E3
Text Example
Text Example
White with #BFA9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9E3; }
p { color: rgb(191,169,227); }
H1.HeaderClassName
{
color: #BFA9E3;
}
.AnyTagClassName
{
color: #BFA9E3;
}
</style>
background-color css
<style>
a { background-color: #BFA9E3; }
a { background-color: rgb(191,169,227); }
div.DivClassName
{
background-color: #BFA9E3;
}
.BgClassName
{
background-color: #BFA9E3;
}
</style>
border-color css
<style>
span { border-color: #BFA9E3; }
span { border-color: rgb(191,169,227); }
td.TdClassName
{
border-color: #BFA9E3;
}
.TagClassName
{
border-color: #BFA9E3;
}
</style>