Shades of Perfume #BCA0EF
Tints of Perfume #BCA0EF
RGB
CMYK
RGB Variations
Color information
#BCA0EF (or 0xBCA0EF) is known color: Perfume. HEX triplet: BC, A0 and EF. RGB value is (188,160,239). Sum of RGB (Red+Green+Blue) = 188+160+239=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0EF is #435F10. Grayscale: #B1B1B1. Windows color (decimal): -4415249 or 15704252. OLE color: 15704252.
HSL color Cylindrical-coordinate representation of color #BCA0EF: hue angle of 261.27º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA0EF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 160 | 239 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.06 |
| HSL | 261.27º | 0.71% | 0.78% | - |
| HSV(B) | 261.27º | 0.33% | 0.94% | - |
| XYZ | 48.89 | 42.06 | 87.2 | - |
| YUV | 177.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 239 | 0.21 | 0.33 | 0 | 0.06 | 261.27 | 0.71 | 0.78 |
| Hex | BC | A0 | EF | 15 | 21 | 0 | 6 | 105 | 47 | 4E |
| Octal | 274 | 240 | 357 | 25 | 41 | 0 | 6 | 405 | 107 | 116 |
| Binary | 10111100 | 10100000 | 11101111 | 10101 | 100001 | 0 | 110 | 100000101 | 1000111 | 1001110 |
Color Harmonies of #BCA0EF
Complementary color
Monochromatic Colors of #BCA0EF
Black with #BCA0EF
Text Example
Text Example
White with #BCA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0EF; }
p { color: rgb(188,160,239); }
H1.HeaderClassName
{
color: #BCA0EF;
}
.AnyTagClassName
{
color: #BCA0EF;
}
</style>
background-color css
<style>
a { background-color: #BCA0EF; }
a { background-color: rgb(188,160,239); }
div.DivClassName
{
background-color: #BCA0EF;
}
.BgClassName
{
background-color: #BCA0EF;
}
</style>
border-color css
<style>
span { border-color: #BCA0EF; }
span { border-color: rgb(188,160,239); }
td.TdClassName
{
border-color: #BCA0EF;
}
.TagClassName
{
border-color: #BCA0EF;
}
</style>