Shades of Perfume #BFA4ED
Tints of Perfume #BFA4ED
RGB
CMYK
RGB Variations
Color information
#BFA4ED (or 0xBFA4ED) is known color: Perfume. HEX triplet: BF, A4 and ED. RGB value is (191,164,237). Sum of RGB (Red+Green+Blue) = 191+164+237=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4ED is #405B12. Grayscale: #B4B4B4. Windows color (decimal): -4217619 or 15574207. OLE color: 15574207.
HSL color Cylindrical-coordinate representation of color #BFA4ED: hue angle of 262.19º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA4ED is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 164 | 237 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.07 |
| HSL | 262.19º | 0.67% | 0.79% | - |
| HSV(B) | 262.19º | 0.31% | 0.93% | - |
| XYZ | 50.05 | 43.74 | 85.93 | - |
| YUV | 180.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 237 | 0.19 | 0.31 | 0 | 0.07 | 262.19 | 0.67 | 0.79 |
| Hex | BF | A4 | ED | 13 | 1F | 0 | 7 | 106 | 43 | 4F |
| Octal | 277 | 244 | 355 | 23 | 37 | 0 | 7 | 406 | 103 | 117 |
| Binary | 10111111 | 10100100 | 11101101 | 10011 | 11111 | 0 | 111 | 100000110 | 1000011 | 1001111 |
Color Harmonies of #BFA4ED
Complementary color
Monochromatic Colors of #BFA4ED
Black with #BFA4ED
Text Example
Text Example
White with #BFA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4ED; }
p { color: rgb(191,164,237); }
H1.HeaderClassName
{
color: #BFA4ED;
}
.AnyTagClassName
{
color: #BFA4ED;
}
</style>
background-color css
<style>
a { background-color: #BFA4ED; }
a { background-color: rgb(191,164,237); }
div.DivClassName
{
background-color: #BFA4ED;
}
.BgClassName
{
background-color: #BFA4ED;
}
</style>
border-color css
<style>
span { border-color: #BFA4ED; }
span { border-color: rgb(191,164,237); }
td.TdClassName
{
border-color: #BFA4ED;
}
.TagClassName
{
border-color: #BFA4ED;
}
</style>