Shades of Perfume #BFA9E5
Tints of Perfume #BFA9E5
RGB
CMYK
RGB Variations
Color information
#BFA9E5 (or 0xBFA9E5) is known color: Perfume. HEX triplet: BF, A9 and E5. RGB value is (191,169,229). Sum of RGB (Red+Green+Blue) = 191+169+229=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9E5 is #40561A. Grayscale: #B6B6B6. Windows color (decimal): -4216347 or 15051199. OLE color: 15051199.
HSL color Cylindrical-coordinate representation of color #BFA9E5: hue angle of 262º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA9E5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 169 | 229 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.10 |
| HSL | 262º | 0.54% | 0.78% | - |
| HSV(B) | 262º | 0.26% | 0.9% | - |
| XYZ | 49.82 | 45.11 | 80.21 | - |
| YUV | 182.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 229 | 0.17 | 0.26 | 0 | 0.10 | 262 | 0.54 | 0.78 |
| Hex | BF | A9 | E5 | 11 | 1A | 0 | A | 106 | 36 | 4E |
| Octal | 277 | 251 | 345 | 21 | 32 | 0 | 12 | 406 | 66 | 116 |
| Binary | 10111111 | 10101001 | 11100101 | 10001 | 11010 | 0 | 1010 | 100000110 | 110110 | 1001110 |
Color Harmonies of #BFA9E5
Complementary color
Monochromatic Colors of #BFA9E5
Black with #BFA9E5
Text Example
Text Example
White with #BFA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9E5; }
p { color: rgb(191,169,229); }
H1.HeaderClassName
{
color: #BFA9E5;
}
.AnyTagClassName
{
color: #BFA9E5;
}
</style>
background-color css
<style>
a { background-color: #BFA9E5; }
a { background-color: rgb(191,169,229); }
div.DivClassName
{
background-color: #BFA9E5;
}
.BgClassName
{
background-color: #BFA9E5;
}
</style>
border-color css
<style>
span { border-color: #BFA9E5; }
span { border-color: rgb(191,169,229); }
td.TdClassName
{
border-color: #BFA9E5;
}
.TagClassName
{
border-color: #BFA9E5;
}
</style>