Shades of Perfume #BFADCE
Tints of Perfume #BFADCE
RGB
CMYK
RGB Variations
Color information
#BFADCE (or 0xBFADCE) is known color: Perfume. HEX triplet: BF, AD and CE. RGB value is (191,173,206). Sum of RGB (Red+Green+Blue) = 191+173+206=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADCE is #405231. Grayscale: #B6B6B6. Windows color (decimal): -4215346 or 13544895. OLE color: 13544895.
HSL color Cylindrical-coordinate representation of color #BFADCE: hue angle of 272.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFADCE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 173 | 206 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.19 |
| HSL | 272.73º | 0.25% | 0.74% | - |
| HSV(B) | 272.73º | 0.16% | 0.81% | - |
| XYZ | 47.57 | 45.42 | 64.65 | - |
| YUV | 182.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 206 | 0.07 | 0.16 | 0 | 0.19 | 272.73 | 0.25 | 0.74 |
| Hex | BF | AD | CE | 7 | 10 | 0 | 13 | 111 | 19 | 4A |
| Octal | 277 | 255 | 316 | 7 | 20 | 0 | 23 | 421 | 31 | 112 |
| Binary | 10111111 | 10101101 | 11001110 | 111 | 10000 | 0 | 10011 | 100010001 | 11001 | 1001010 |
Color Harmonies of #BFADCE
Complementary color
Monochromatic Colors of #BFADCE
Black with #BFADCE
Text Example
Text Example
White with #BFADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADCE; }
p { color: rgb(191,173,206); }
H1.HeaderClassName
{
color: #BFADCE;
}
.AnyTagClassName
{
color: #BFADCE;
}
</style>
background-color css
<style>
a { background-color: #BFADCE; }
a { background-color: rgb(191,173,206); }
div.DivClassName
{
background-color: #BFADCE;
}
.BgClassName
{
background-color: #BFADCE;
}
</style>
border-color css
<style>
span { border-color: #BFADCE; }
span { border-color: rgb(191,173,206); }
td.TdClassName
{
border-color: #BFADCE;
}
.TagClassName
{
border-color: #BFADCE;
}
</style>