Shades of Perfume #BFAADE
Tints of Perfume #BFAADE
RGB
CMYK
RGB Variations
Color information
#BFAADE (or 0xBFAADE) is known color: Perfume. HEX triplet: BF, AA and DE. RGB value is (191,170,222). Sum of RGB (Red+Green+Blue) = 191+170+222=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADE is #405521. Grayscale: #B6B6B6. Windows color (decimal): -4216098 or 14592703. OLE color: 14592703.
HSL color Cylindrical-coordinate representation of color #BFAADE: hue angle of 264.23º degrees, saturation: 0.44, 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 #BFAADE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 170 | 222 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 264.23º | 0.44% | 0.77% | - |
| HSV(B) | 264.23º | 0.23% | 0.87% | - |
| XYZ | 49.05 | 45.1 | 75.23 | - |
| YUV | 182.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 222 | 0.14 | 0.23 | 0 | 0.13 | 264.23 | 0.44 | 0.77 |
| Hex | BF | AA | DE | E | 17 | 0 | D | 108 | 2C | 4D |
| Octal | 277 | 252 | 336 | 16 | 27 | 0 | 15 | 410 | 54 | 115 |
| Binary | 10111111 | 10101010 | 11011110 | 1110 | 10111 | 0 | 1101 | 100001000 | 101100 | 1001101 |
Color Harmonies of #BFAADE
Complementary color
Monochromatic Colors of #BFAADE
Black with #BFAADE
Text Example
Text Example
White with #BFAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAADE; }
p { color: rgb(191,170,222); }
H1.HeaderClassName
{
color: #BFAADE;
}
.AnyTagClassName
{
color: #BFAADE;
}
</style>
background-color css
<style>
a { background-color: #BFAADE; }
a { background-color: rgb(191,170,222); }
div.DivClassName
{
background-color: #BFAADE;
}
.BgClassName
{
background-color: #BFAADE;
}
</style>
border-color css
<style>
span { border-color: #BFAADE; }
span { border-color: rgb(191,170,222); }
td.TdClassName
{
border-color: #BFAADE;
}
.TagClassName
{
border-color: #BFAADE;
}
</style>