Shades of Perfume #BFAECD
Tints of Perfume #BFAECD
RGB
CMYK
RGB Variations
Color information
#BFAECD (or 0xBFAECD) is known color: Perfume. HEX triplet: BF, AE and CD. RGB value is (191,174,205). Sum of RGB (Red+Green+Blue) = 191+174+205=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAECD is #405132. Grayscale: #B6B6B6. Windows color (decimal): -4215091 or 13479615. OLE color: 13479615.
HSL color Cylindrical-coordinate representation of color #BFAECD: hue angle of 272.9º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFAECD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 174 | 205 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.20 |
| HSL | 272.9º | 0.24% | 0.74% | - |
| HSV(B) | 272.9º | 0.15% | 0.8% | - |
| XYZ | 47.64 | 45.76 | 64.08 | - |
| YUV | 182.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 205 | 0.07 | 0.15 | 0 | 0.20 | 272.9 | 0.24 | 0.74 |
| Hex | BF | AE | CD | 7 | F | 0 | 14 | 111 | 18 | 4A |
| Octal | 277 | 256 | 315 | 7 | 17 | 0 | 24 | 421 | 30 | 112 |
| Binary | 10111111 | 10101110 | 11001101 | 111 | 1111 | 0 | 10100 | 100010001 | 11000 | 1001010 |
Color Harmonies of #BFAECD
Complementary color
Monochromatic Colors of #BFAECD
Black with #BFAECD
Text Example
Text Example
White with #BFAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAECD; }
p { color: rgb(191,174,205); }
H1.HeaderClassName
{
color: #BFAECD;
}
.AnyTagClassName
{
color: #BFAECD;
}
</style>
background-color css
<style>
a { background-color: #BFAECD; }
a { background-color: rgb(191,174,205); }
div.DivClassName
{
background-color: #BFAECD;
}
.BgClassName
{
background-color: #BFAECD;
}
</style>
border-color css
<style>
span { border-color: #BFAECD; }
span { border-color: rgb(191,174,205); }
td.TdClassName
{
border-color: #BFAECD;
}
.TagClassName
{
border-color: #BFAECD;
}
</style>