Shades of Perfume #BFADCF
Tints of Perfume #BFADCF
RGB
CMYK
RGB Variations
Color information
#BFADCF (or 0xBFADCF) is known color: Perfume. HEX triplet: BF, AD and CF. RGB value is (191,173,207). Sum of RGB (Red+Green+Blue) = 191+173+207=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADCF is #405230. Grayscale: #B6B6B6. Windows color (decimal): -4215345 or 13610431. OLE color: 13610431.
HSL color Cylindrical-coordinate representation of color #BFADCF: hue angle of 271.76º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFADCF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 173 | 207 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.19 |
| HSL | 271.76º | 0.26% | 0.75% | - |
| HSV(B) | 271.76º | 0.16% | 0.81% | - |
| XYZ | 47.69 | 45.47 | 65.29 | - |
| YUV | 182.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 207 | 0.08 | 0.16 | 0 | 0.19 | 271.76 | 0.26 | 0.75 |
| Hex | BF | AD | CF | 8 | 10 | 0 | 13 | 110 | 1A | 4B |
| Octal | 277 | 255 | 317 | 10 | 20 | 0 | 23 | 420 | 32 | 113 |
| Binary | 10111111 | 10101101 | 11001111 | 1000 | 10000 | 0 | 10011 | 100010000 | 11010 | 1001011 |
Color Harmonies of #BFADCF
Complementary color
Monochromatic Colors of #BFADCF
Black with #BFADCF
Text Example
Text Example
White with #BFADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADCF; }
p { color: rgb(191,173,207); }
H1.HeaderClassName
{
color: #BFADCF;
}
.AnyTagClassName
{
color: #BFADCF;
}
</style>
background-color css
<style>
a { background-color: #BFADCF; }
a { background-color: rgb(191,173,207); }
div.DivClassName
{
background-color: #BFADCF;
}
.BgClassName
{
background-color: #BFADCF;
}
</style>
border-color css
<style>
span { border-color: #BFADCF; }
span { border-color: rgb(191,173,207); }
td.TdClassName
{
border-color: #BFADCF;
}
.TagClassName
{
border-color: #BFADCF;
}
</style>