Shades of Perfume #BFAADD
Tints of Perfume #BFAADD
RGB
CMYK
RGB Variations
Color information
#BFAADD (or 0xBFAADD) is known color: Perfume. HEX triplet: BF, AA and DD. RGB value is (191,170,221). Sum of RGB (Red+Green+Blue) = 191+170+221=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADD is #405522. Grayscale: #B5B5B5. Windows color (decimal): -4216099 or 14527167. OLE color: 14527167.
HSL color Cylindrical-coordinate representation of color #BFAADD: hue angle of 264.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFAADD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 170 | 221 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 264.71º | 0.43% | 0.77% | - |
| HSV(B) | 264.71º | 0.23% | 0.87% | - |
| XYZ | 48.91 | 45.05 | 74.52 | - |
| YUV | 182.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 221 | 0.14 | 0.23 | 0 | 0.13 | 264.71 | 0.43 | 0.77 |
| Hex | BF | AA | DD | E | 17 | 0 | D | 109 | 2B | 4D |
| Octal | 277 | 252 | 335 | 16 | 27 | 0 | 15 | 411 | 53 | 115 |
| Binary | 10111111 | 10101010 | 11011101 | 1110 | 10111 | 0 | 1101 | 100001001 | 101011 | 1001101 |
Color Harmonies of #BFAADD
Complementary color
Monochromatic Colors of #BFAADD
Black with #BFAADD
Text Example
Text Example
White with #BFAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAADD; }
p { color: rgb(191,170,221); }
H1.HeaderClassName
{
color: #BFAADD;
}
.AnyTagClassName
{
color: #BFAADD;
}
</style>
background-color css
<style>
a { background-color: #BFAADD; }
a { background-color: rgb(191,170,221); }
div.DivClassName
{
background-color: #BFAADD;
}
.BgClassName
{
background-color: #BFAADD;
}
</style>
border-color css
<style>
span { border-color: #BFAADD; }
span { border-color: rgb(191,170,221); }
td.TdClassName
{
border-color: #BFAADD;
}
.TagClassName
{
border-color: #BFAADD;
}
</style>