Shades of Perfume #BCA0F3
Tints of Perfume #BCA0F3
RGB
CMYK
RGB Variations
Color information
#BCA0F3 (or 0xBCA0F3) is known color: Perfume. HEX triplet: BC, A0 and F3. RGB value is (188,160,243). Sum of RGB (Red+Green+Blue) = 188+160+243=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCA0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0F3 is #435F0C. Grayscale: #B1B1B1. Windows color (decimal): -4415245 or 15966396. OLE color: 15966396.
HSL color Cylindrical-coordinate representation of color #BCA0F3: hue angle of 260.24º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA0F3 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 160 | 243 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.05 |
| HSL | 260.24º | 0.78% | 0.79% | - |
| HSV(B) | 260.24º | 0.34% | 0.95% | - |
| XYZ | 49.49 | 42.3 | 90.35 | - |
| YUV | 177.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 243 | 0.23 | 0.34 | 0 | 0.05 | 260.24 | 0.78 | 0.79 |
| Hex | BC | A0 | F3 | 17 | 22 | 0 | 5 | 104 | 4E | 4F |
| Octal | 274 | 240 | 363 | 27 | 42 | 0 | 5 | 404 | 116 | 117 |
| Binary | 10111100 | 10100000 | 11110011 | 10111 | 100010 | 0 | 101 | 100000100 | 1001110 | 1001111 |
Color Harmonies of #BCA0F3
Complementary color
Monochromatic Colors of #BCA0F3
Black with #BCA0F3
Text Example
Text Example
White with #BCA0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0F3; }
p { color: rgb(188,160,243); }
H1.HeaderClassName
{
color: #BCA0F3;
}
.AnyTagClassName
{
color: #BCA0F3;
}
</style>
background-color css
<style>
a { background-color: #BCA0F3; }
a { background-color: rgb(188,160,243); }
div.DivClassName
{
background-color: #BCA0F3;
}
.BgClassName
{
background-color: #BCA0F3;
}
</style>
border-color css
<style>
span { border-color: #BCA0F3; }
span { border-color: rgb(188,160,243); }
td.TdClassName
{
border-color: #BCA0F3;
}
.TagClassName
{
border-color: #BCA0F3;
}
</style>