Shades of Perfume #BFA3D2
Tints of Perfume #BFA3D2
RGB
CMYK
RGB Variations
Color information
#BFA3D2 (or 0xBFA3D2) is known color: Perfume. HEX triplet: BF, A3 and D2. RGB value is (191,163,210). Sum of RGB (Red+Green+Blue) = 191+163+210=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFA3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3D2 is #405C2D. Grayscale: #B0B0B0. Windows color (decimal): -4217902 or 13804479. OLE color: 13804479.
HSL color Cylindrical-coordinate representation of color #BFA3D2: hue angle of 275.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA3D2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 163 | 210 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 275.74º | 0.34% | 0.73% | - |
| HSV(B) | 275.74º | 0.22% | 0.82% | - |
| XYZ | 46.22 | 41.92 | 66.63 | - |
| YUV | 176.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 210 | 0.09 | 0.22 | 0 | 0.18 | 275.74 | 0.34 | 0.73 |
| Hex | BF | A3 | D2 | 9 | 16 | 0 | 12 | 114 | 22 | 49 |
| Octal | 277 | 243 | 322 | 11 | 26 | 0 | 22 | 424 | 42 | 111 |
| Binary | 10111111 | 10100011 | 11010010 | 1001 | 10110 | 0 | 10010 | 100010100 | 100010 | 1001001 |
Color Harmonies of #BFA3D2
Complementary color
Monochromatic Colors of #BFA3D2
Black with #BFA3D2
Text Example
Text Example
White with #BFA3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3D2; }
p { color: rgb(191,163,210); }
H1.HeaderClassName
{
color: #BFA3D2;
}
.AnyTagClassName
{
color: #BFA3D2;
}
</style>
background-color css
<style>
a { background-color: #BFA3D2; }
a { background-color: rgb(191,163,210); }
div.DivClassName
{
background-color: #BFA3D2;
}
.BgClassName
{
background-color: #BFA3D2;
}
</style>
border-color css
<style>
span { border-color: #BFA3D2; }
span { border-color: rgb(191,163,210); }
td.TdClassName
{
border-color: #BFA3D2;
}
.TagClassName
{
border-color: #BFA3D2;
}
</style>