Shades of Perfume #BFA2D8
Tints of Perfume #BFA2D8
RGB
CMYK
RGB Variations
Color information
#BFA2D8 (or 0xBFA2D8) is known color: Perfume. HEX triplet: BF, A2 and D8. RGB value is (191,162,216). Sum of RGB (Red+Green+Blue) = 191+162+216=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2D8 is #405D27. Grayscale: #B0B0B0. Windows color (decimal): -4218152 or 14197439. OLE color: 14197439.
HSL color Cylindrical-coordinate representation of color #BFA2D8: hue angle of 272.22º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA2D8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 162 | 216 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.15 |
| HSL | 272.22º | 0.41% | 0.74% | - |
| HSV(B) | 272.22º | 0.25% | 0.85% | - |
| XYZ | 46.8 | 41.87 | 70.58 | - |
| YUV | 176.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 216 | 0.12 | 0.25 | 0 | 0.15 | 272.22 | 0.41 | 0.74 |
| Hex | BF | A2 | D8 | C | 19 | 0 | F | 110 | 29 | 4A |
| Octal | 277 | 242 | 330 | 14 | 31 | 0 | 17 | 420 | 51 | 112 |
| Binary | 10111111 | 10100010 | 11011000 | 1100 | 11001 | 0 | 1111 | 100010000 | 101001 | 1001010 |
Color Harmonies of #BFA2D8
Complementary color
Monochromatic Colors of #BFA2D8
Black with #BFA2D8
Text Example
Text Example
White with #BFA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2D8; }
p { color: rgb(191,162,216); }
H1.HeaderClassName
{
color: #BFA2D8;
}
.AnyTagClassName
{
color: #BFA2D8;
}
</style>
background-color css
<style>
a { background-color: #BFA2D8; }
a { background-color: rgb(191,162,216); }
div.DivClassName
{
background-color: #BFA2D8;
}
.BgClassName
{
background-color: #BFA2D8;
}
</style>
border-color css
<style>
span { border-color: #BFA2D8; }
span { border-color: rgb(191,162,216); }
td.TdClassName
{
border-color: #BFA2D8;
}
.TagClassName
{
border-color: #BFA2D8;
}
</style>