Shades of Perfume #BFA3ED
Tints of Perfume #BFA3ED
RGB
CMYK
RGB Variations
Color information
#BFA3ED (or 0xBFA3ED) is known color: Perfume. HEX triplet: BF, A3 and ED. RGB value is (191,163,237). Sum of RGB (Red+Green+Blue) = 191+163+237=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3ED is #405C12. Grayscale: #B3B3B3. Windows color (decimal): -4217875 or 15573951. OLE color: 15573951.
HSL color Cylindrical-coordinate representation of color #BFA3ED: hue angle of 262.7º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA3ED is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 163 | 237 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.07 |
| HSL | 262.7º | 0.67% | 0.78% | - |
| HSV(B) | 262.7º | 0.31% | 0.93% | - |
| XYZ | 49.87 | 43.39 | 85.87 | - |
| YUV | 179.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 237 | 0.19 | 0.31 | 0 | 0.07 | 262.7 | 0.67 | 0.78 |
| Hex | BF | A3 | ED | 13 | 1F | 0 | 7 | 107 | 43 | 4E |
| Octal | 277 | 243 | 355 | 23 | 37 | 0 | 7 | 407 | 103 | 116 |
| Binary | 10111111 | 10100011 | 11101101 | 10011 | 11111 | 0 | 111 | 100000111 | 1000011 | 1001110 |
Color Harmonies of #BFA3ED
Complementary color
Monochromatic Colors of #BFA3ED
Black with #BFA3ED
Text Example
Text Example
White with #BFA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3ED; }
p { color: rgb(191,163,237); }
H1.HeaderClassName
{
color: #BFA3ED;
}
.AnyTagClassName
{
color: #BFA3ED;
}
</style>
background-color css
<style>
a { background-color: #BFA3ED; }
a { background-color: rgb(191,163,237); }
div.DivClassName
{
background-color: #BFA3ED;
}
.BgClassName
{
background-color: #BFA3ED;
}
</style>
border-color css
<style>
span { border-color: #BFA3ED; }
span { border-color: rgb(191,163,237); }
td.TdClassName
{
border-color: #BFA3ED;
}
.TagClassName
{
border-color: #BFA3ED;
}
</style>