Shades of Perfume #BCA3F0
Tints of Perfume #BCA3F0
RGB
CMYK
RGB Variations
Color information
#BCA3F0 (or 0xBCA3F0) is known color: Perfume. HEX triplet: BC, A3 and F0. RGB value is (188,163,240). Sum of RGB (Red+Green+Blue) = 188+163+240=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3F0 is #435C0F. Grayscale: #B2B2B2. Windows color (decimal): -4414480 or 15770556. OLE color: 15770556.
HSL color Cylindrical-coordinate representation of color #BCA3F0: hue angle of 259.48º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA3F0 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 163 | 240 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.06 |
| HSL | 259.48º | 0.72% | 0.79% | - |
| HSV(B) | 259.48º | 0.32% | 0.94% | - |
| XYZ | 49.56 | 43.18 | 88.16 | - |
| YUV | 179.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 240 | 0.22 | 0.32 | 0 | 0.06 | 259.48 | 0.72 | 0.79 |
| Hex | BC | A3 | F0 | 16 | 20 | 0 | 6 | 103 | 48 | 4F |
| Octal | 274 | 243 | 360 | 26 | 40 | 0 | 6 | 403 | 110 | 117 |
| Binary | 10111100 | 10100011 | 11110000 | 10110 | 100000 | 0 | 110 | 100000011 | 1001000 | 1001111 |
Color Harmonies of #BCA3F0
Complementary color
Monochromatic Colors of #BCA3F0
Black with #BCA3F0
Text Example
Text Example
White with #BCA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3F0; }
p { color: rgb(188,163,240); }
H1.HeaderClassName
{
color: #BCA3F0;
}
.AnyTagClassName
{
color: #BCA3F0;
}
</style>
background-color css
<style>
a { background-color: #BCA3F0; }
a { background-color: rgb(188,163,240); }
div.DivClassName
{
background-color: #BCA3F0;
}
.BgClassName
{
background-color: #BCA3F0;
}
</style>
border-color css
<style>
span { border-color: #BCA3F0; }
span { border-color: rgb(188,163,240); }
td.TdClassName
{
border-color: #BCA3F0;
}
.TagClassName
{
border-color: #BCA3F0;
}
</style>