Shades of Perfume #BFA5DE
Tints of Perfume #BFA5DE
RGB
CMYK
RGB Variations
Color information
#BFA5DE (or 0xBFA5DE) is known color: Perfume. HEX triplet: BF, A5 and DE. RGB value is (191,165,222). Sum of RGB (Red+Green+Blue) = 191+165+222=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DE is #405A21. Grayscale: #B3B3B3. Windows color (decimal): -4217378 or 14591423. OLE color: 14591423.
HSL color Cylindrical-coordinate representation of color #BFA5DE: hue angle of 267.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA5DE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 165 | 222 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 267.37º | 0.46% | 0.76% | - |
| HSV(B) | 267.37º | 0.26% | 0.87% | - |
| XYZ | 48.13 | 43.26 | 74.92 | - |
| YUV | 179.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 222 | 0.14 | 0.26 | 0 | 0.13 | 267.37 | 0.46 | 0.76 |
| Hex | BF | A5 | DE | E | 1A | 0 | D | 10B | 2E | 4C |
| Octal | 277 | 245 | 336 | 16 | 32 | 0 | 15 | 413 | 56 | 114 |
| Binary | 10111111 | 10100101 | 11011110 | 1110 | 11010 | 0 | 1101 | 100001011 | 101110 | 1001100 |
Color Harmonies of #BFA5DE
Complementary color
Monochromatic Colors of #BFA5DE
Black with #BFA5DE
Text Example
Text Example
White with #BFA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5DE; }
p { color: rgb(191,165,222); }
H1.HeaderClassName
{
color: #BFA5DE;
}
.AnyTagClassName
{
color: #BFA5DE;
}
</style>
background-color css
<style>
a { background-color: #BFA5DE; }
a { background-color: rgb(191,165,222); }
div.DivClassName
{
background-color: #BFA5DE;
}
.BgClassName
{
background-color: #BFA5DE;
}
</style>
border-color css
<style>
span { border-color: #BFA5DE; }
span { border-color: rgb(191,165,222); }
td.TdClassName
{
border-color: #BFA5DE;
}
.TagClassName
{
border-color: #BFA5DE;
}
</style>