Shades of Perfume #BFA3E3
Tints of Perfume #BFA3E3
RGB
CMYK
RGB Variations
Color information
#BFA3E3 (or 0xBFA3E3) is known color: Perfume. HEX triplet: BF, A3 and E3. RGB value is (191,163,227). Sum of RGB (Red+Green+Blue) = 191+163+227=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFA3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3E3 is #405C1C. Grayscale: #B2B2B2. Windows color (decimal): -4217885 or 14918591. OLE color: 14918591.
HSL color Cylindrical-coordinate representation of color #BFA3E3: hue angle of 266.25º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA3E3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 163 | 227 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.11 |
| HSL | 266.25º | 0.53% | 0.76% | - |
| HSV(B) | 266.25º | 0.28% | 0.89% | - |
| XYZ | 48.45 | 42.82 | 78.38 | - |
| YUV | 178.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 227 | 0.16 | 0.28 | 0 | 0.11 | 266.25 | 0.53 | 0.76 |
| Hex | BF | A3 | E3 | 10 | 1C | 0 | B | 10A | 35 | 4C |
| Octal | 277 | 243 | 343 | 20 | 34 | 0 | 13 | 412 | 65 | 114 |
| Binary | 10111111 | 10100011 | 11100011 | 10000 | 11100 | 0 | 1011 | 100001010 | 110101 | 1001100 |
Color Harmonies of #BFA3E3
Complementary color
Monochromatic Colors of #BFA3E3
Black with #BFA3E3
Text Example
Text Example
White with #BFA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3E3; }
p { color: rgb(191,163,227); }
H1.HeaderClassName
{
color: #BFA3E3;
}
.AnyTagClassName
{
color: #BFA3E3;
}
</style>
background-color css
<style>
a { background-color: #BFA3E3; }
a { background-color: rgb(191,163,227); }
div.DivClassName
{
background-color: #BFA3E3;
}
.BgClassName
{
background-color: #BFA3E3;
}
</style>
border-color css
<style>
span { border-color: #BFA3E3; }
span { border-color: rgb(191,163,227); }
td.TdClassName
{
border-color: #BFA3E3;
}
.TagClassName
{
border-color: #BFA3E3;
}
</style>