Shades of Perfume #BCA3F1
Tints of Perfume #BCA3F1
RGB
CMYK
RGB Variations
Color information
#BCA3F1 (or 0xBCA3F1) is known color: Perfume. HEX triplet: BC, A3 and F1. RGB value is (188,163,241). Sum of RGB (Red+Green+Blue) = 188+163+241=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3F1 is #435C0E. Grayscale: #B3B3B3. Windows color (decimal): -4414479 or 15836092. OLE color: 15836092.
HSL color Cylindrical-coordinate representation of color #BCA3F1: hue angle of 259.23º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA3F1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 163 | 241 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.05 |
| HSL | 259.23º | 0.74% | 0.79% | - |
| HSV(B) | 259.23º | 0.32% | 0.95% | - |
| XYZ | 49.71 | 43.24 | 88.94 | - |
| YUV | 179.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 241 | 0.22 | 0.32 | 0 | 0.05 | 259.23 | 0.74 | 0.79 |
| Hex | BC | A3 | F1 | 16 | 20 | 0 | 5 | 103 | 4A | 4F |
| Octal | 274 | 243 | 361 | 26 | 40 | 0 | 5 | 403 | 112 | 117 |
| Binary | 10111100 | 10100011 | 11110001 | 10110 | 100000 | 0 | 101 | 100000011 | 1001010 | 1001111 |
Color Harmonies of #BCA3F1
Complementary color
Monochromatic Colors of #BCA3F1
Black with #BCA3F1
Text Example
Text Example
White with #BCA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3F1; }
p { color: rgb(188,163,241); }
H1.HeaderClassName
{
color: #BCA3F1;
}
.AnyTagClassName
{
color: #BCA3F1;
}
</style>
background-color css
<style>
a { background-color: #BCA3F1; }
a { background-color: rgb(188,163,241); }
div.DivClassName
{
background-color: #BCA3F1;
}
.BgClassName
{
background-color: #BCA3F1;
}
</style>
border-color css
<style>
span { border-color: #BCA3F1; }
span { border-color: rgb(188,163,241); }
td.TdClassName
{
border-color: #BCA3F1;
}
.TagClassName
{
border-color: #BCA3F1;
}
</style>