Shades of Perfume #BFA2D5
Tints of Perfume #BFA2D5
RGB
CMYK
RGB Variations
Color information
#BFA2D5 (or 0xBFA2D5) is known color: Perfume. HEX triplet: BF, A2 and D5. RGB value is (191,162,213). Sum of RGB (Red+Green+Blue) = 191+162+213=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2D5 is #405D2A. Grayscale: #B0B0B0. Windows color (decimal): -4218155 or 14000831. OLE color: 14000831.
HSL color Cylindrical-coordinate representation of color #BFA2D5: hue angle of 274.12º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA2D5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 162 | 213 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.16 |
| HSL | 274.12º | 0.38% | 0.74% | - |
| HSV(B) | 274.12º | 0.24% | 0.84% | - |
| XYZ | 46.42 | 41.72 | 68.56 | - |
| YUV | 176.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 213 | 0.10 | 0.24 | 0 | 0.16 | 274.12 | 0.38 | 0.74 |
| Hex | BF | A2 | D5 | A | 18 | 0 | 10 | 112 | 26 | 4A |
| Octal | 277 | 242 | 325 | 12 | 30 | 0 | 20 | 422 | 46 | 112 |
| Binary | 10111111 | 10100010 | 11010101 | 1010 | 11000 | 0 | 10000 | 100010010 | 100110 | 1001010 |
Color Harmonies of #BFA2D5
Complementary color
Monochromatic Colors of #BFA2D5
Black with #BFA2D5
Text Example
Text Example
White with #BFA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2D5; }
p { color: rgb(191,162,213); }
H1.HeaderClassName
{
color: #BFA2D5;
}
.AnyTagClassName
{
color: #BFA2D5;
}
</style>
background-color css
<style>
a { background-color: #BFA2D5; }
a { background-color: rgb(191,162,213); }
div.DivClassName
{
background-color: #BFA2D5;
}
.BgClassName
{
background-color: #BFA2D5;
}
</style>
border-color css
<style>
span { border-color: #BFA2D5; }
span { border-color: rgb(191,162,213); }
td.TdClassName
{
border-color: #BFA2D5;
}
.TagClassName
{
border-color: #BFA2D5;
}
</style>